- use newer zmusic

This commit is contained in:
Rachael Alexanderson 2024-10-09 11:06:17 -04:00
parent d90de3a8a1
commit 15241cbe96
No known key found for this signature in database
GPG key ID: 26A8ACCE97115EE0

View file

@ -71,9 +71,9 @@ jobs:
fi
mkdir build
if [[ "${{ runner.os }}" == 'macOS' ]]; then
export ZMUSIC_PACKAGE=zmusic-1.1.9-macos.tar.xz
export ZMUSIC_PACKAGE=zmusic-1.1.14-macos-static.tar.xz
elif [[ "${{ runner.os }}" == 'Linux' ]]; then
export ZMUSIC_PACKAGE=zmusic-1.1.9-linux.tar.xz
export ZMUSIC_PACKAGE=zmusic-1.1.14-linux.tar.xz
fi
if [[ -n "${ZMUSIC_PACKAGE}" ]]; then
cd build