mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-04-24 13:44:58 +00:00
Update release.yml
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -68,7 +68,7 @@ jobs:
|
||||
run: |
|
||||
if [ -d "$BUILD_DIR" ]; then rm -rf "$BUILD_DIR"; fi
|
||||
sudo conan install . --output-folder "$BUILD_DIR" --build=missing -c tools.system.package_manager:mode=install
|
||||
sudo chown -Rv * $USER:$USER
|
||||
sudo chown -R "$USER:$USER" "$BUILD_DIR"
|
||||
|
||||
- name: Configure CMake
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user