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:
parent
0e842d51de
commit
9f50335b76
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
- |
|
- |
|
||||||
|
|
Loading…
Reference in a new issue