mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-28 17:41:34 +00:00
[CI] Always use arm deps
This commit is contained in:
parent
608831265c
commit
0f551c8233
1 changed files with 2 additions and 7 deletions
|
@ -20,10 +20,5 @@ ccache --version
|
|||
cmake --version
|
||||
qmake --version
|
||||
|
||||
if [[ "${MACOS_X86_64}" ]]; then
|
||||
curl -fSL -R -J https://gitlab.com/OpenMW/openmw-deps/-/raw/main/macos/openmw-deps-20240802.zip -o ~/openmw-deps.zip
|
||||
unzip -o ~/openmw-deps.zip -d /tmp > /dev/null
|
||||
else
|
||||
curl -fSL -R -J https://gitlab.com/OpenMW/openmw-deps/-/raw/main/macos/openmw-deps-20240818-arm64.tar.xz -o ~/openmw-deps.tar.xz
|
||||
tar xf ~/openmw-deps.tar.xz -C /tmp > /dev/null
|
||||
fi
|
||||
curl -fSL -R -J https://gitlab.com/OpenMW/openmw-deps/-/raw/main/macos/openmw-deps-20240818-arm64.tar.xz -o ~/openmw-deps.tar.xz
|
||||
tar xf ~/openmw-deps.tar.xz -C /tmp > /dev/null
|
||||
|
|
Loading…
Reference in a new issue