Update release.yml

This commit is contained in:
2025-12-18 21:55:41 +00:00
committed by GitHub
parent ea78e0726f
commit 43c7494c46

View File

@@ -68,6 +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
- name: Configure CMake
shell: bash