mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
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
This commit is contained in:
parent
b5341e5cde
commit
67eef8a004
2
.github/scripts/utils.zsh/check_packages
vendored
2
.github/scripts/utils.zsh/check_packages
vendored
|
|
@ -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 ]] {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user