From 0172fe769e556dab111769e9b5edc654b6baa907 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Thu, 5 Sep 2024 17:56:36 +0100 Subject: [PATCH] Apparently unzip isn't stock on Ubuntu --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 304d8ae92b..788531be88 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 - |