fix rosetta not used

This commit is contained in:
William Bell
2025-08-16 04:31:21 +01:00
parent 677afd9433
commit 7e130b6f7b

View File

@@ -76,7 +76,11 @@ jobs:
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install conan pip install conan
conan profile detect if [ "${{ matrix.arch }}" = "x86_64" ] && [ "$(uname -m)" = "arm64" ]; then
arch -x86_64 conan profile detect
else
conan profile detect
fi
- name: Build - name: Build
run: | run: |