Compare commits

...

1 Commits

Author SHA1 Message Date
William Bell
b905026010 fix rosetta not used 2025-08-16 04:31:21 +01:00

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: |