1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-27 03:35:27 +00:00

Apparently unzip isn't stock on Ubuntu

This commit is contained in:
AnyOldName3 2024-09-05 17:56:36 +01:00
parent 9f50335b76
commit 0172fe769e

View File

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