Update release.yml

This commit is contained in:
2025-12-18 21:51:43 +00:00
committed by GitHub
parent 669130a6e3
commit ea78e0726f

View File

@@ -58,10 +58,10 @@ jobs:
python-version: '3.x'
- name: Install Conan
run: pip install 'conan>=2'
run: sudo pip install 'conan>=2'
- name: Detect Conan profile
run: conan profile detect
run: sudo conan profile detect
- name: Install Conan dependencies
shell: bash