mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-22 12:11:17 +00:00
- ci: update zmusic
This commit is contained in:
parent
7bbbe6ecda
commit
8d6ca5d943
1 changed files with 2 additions and 2 deletions
4
.github/workflows/continuous_integration.yml
vendored
4
.github/workflows/continuous_integration.yml
vendored
|
@ -71,9 +71,9 @@ jobs:
|
||||||
fi
|
fi
|
||||||
mkdir build
|
mkdir build
|
||||||
if [[ "${{ runner.os }}" == 'macOS' ]]; then
|
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
|
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
|
fi
|
||||||
if [[ -n "${ZMUSIC_PACKAGE}" ]]; then
|
if [[ -n "${ZMUSIC_PACKAGE}" ]]; then
|
||||||
cd build
|
cd build
|
||||||
|
|
Loading…
Reference in a new issue