- update CI deps to temporary archives until next release
This commit is contained in:
parent
240bac81c2
commit
c4b4705acf
1 changed files with 2 additions and 2 deletions
4
.github/workflows/continuous_integration.yml
vendored
4
.github/workflows/continuous_integration.yml
vendored
|
|
@ -64,9 +64,9 @@ jobs:
|
|||
fi
|
||||
mkdir build
|
||||
if [[ "${{ runner.os }}" == 'macOS' ]]; then
|
||||
export ZMUSIC_PACKAGE=zmusic-1.1.14-macos-arm.tar.xz
|
||||
export ZMUSIC_PACKAGE=zmusic-2025-07-15-mac-universal.tar.xz
|
||||
elif [[ "${{ runner.os }}" == 'Linux' ]]; then
|
||||
export ZMUSIC_PACKAGE=zmusic-1.1.14-linux.tar.xz
|
||||
export ZMUSIC_PACKAGE=zmusic-2025-07-15-linux.tar.xz
|
||||
fi
|
||||
if [[ -n "${ZMUSIC_PACKAGE}" ]]; then
|
||||
cd build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue