From 9f50335b765b56101214b603e16e2937018fdf54 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Thu, 5 Sep 2024 16:00:03 +0100 Subject: [PATCH] Fix gcab install --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 378a62f5dd..304d8ae92b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 - |