1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-12 22:14:42 +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:
GIT_STRATEGY: none
script:
- apt update
- apt install gcab
- apt-get update
- apt-get install -y gcab
- unzip -d sym_store *sym_store.zip
- shopt -s globstar
- |