- ci: update zmusic

This commit is contained in:
Rachael Alexanderson 2024-10-09 11:08:22 -04:00
parent b3a2523099
commit e6fa87cd22
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