From 7d4a6c4f265ff6fbe9642afe90e9f74342d68aa4 Mon Sep 17 00:00:00 2001 From: Sarah Sunday <1644563-ssunday@users.noreply.gitlab.com> Date: Fri, 2 Aug 2024 16:31:32 -0500 Subject: [PATCH] Update zip --- CI/before_install.osx.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CI/before_install.osx.sh b/CI/before_install.osx.sh index a8a20d87ab..660ecf4adc 100755 --- a/CI/before_install.osx.sh +++ b/CI/before_install.osx.sh @@ -29,7 +29,6 @@ qmake --version if [[ "${MACOS_AMD64}" ]]; then curl -fSL -R -J https://gitlab.com/OpenMW/openmw-deps/-/raw/main/macos/openmw-deps-20221113.zip -o ~/openmw-deps.zip else - # need to update this with new zip from deps from new openmw-dep flow - curl -fSL -R -J https://gitlab.com/OpenMW/openmw-deps/-/raw/main/macos/openmw-deps-20231022_arm64.zip -o ~/openmw-deps.zip + curl -fSL -R -J https://gitlab.com/OpenMW/openmw-deps/-/raw/main/macos/openmw-deps-20240802_arm64.zip -o ~/openmw-deps.zip fi unzip -o ~/openmw-deps.zip -d /tmp > /dev/null