1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-21 02:41:36 +00:00

Fix gcab install

This commit is contained in:
AnyOldName3 2024-09-05 16:00:03 +01:00
parent 0e842d51de
commit 9f50335b76

View file

@ -539,8 +539,8 @@ macOS14_Xcode15_arm64:
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
script: script:
- apt update - apt-get update
- apt install gcab - apt-get install -y gcab
- unzip -d sym_store *sym_store.zip - unzip -d sym_store *sym_store.zip
- shopt -s globstar - shopt -s globstar
- | - |