From 67eef8a004efb68a11a028d3787d461f2a7c05af Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Mon, 2 Oct 2023 20:56:24 +0200 Subject: [PATCH] CI: Fix MacOS builds This is just a temporary fix. The real solution would be to switch to the new OBS plugin template version and no longer rely on the packages app --- .github/scripts/utils.zsh/check_packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/utils.zsh/check_packages b/.github/scripts/utils.zsh/check_packages index 31f2d0f6..1be73f4d 100755 --- a/.github/scripts/utils.zsh/check_packages +++ b/.github/scripts/utils.zsh/check_packages @@ -24,7 +24,7 @@ if (( ! ${+commands[packagesbuild]} )) { pushd mkcd ${project_root:h}/obs-build-dependencies - local packages_url='http://s.sudre.free.fr/Software/files/Packages.dmg' + local packages_url='https://web.archive.org/web/20230727054218/http://s.sudre.free.fr/Software/files/Packages.dmg' local packages_hash='6afdd25386295974dad8f078b8f1e41cabebd08e72d970bf92f707c7e48b16c9' if [[ ! -f Packages.dmg ]] {