mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 00:42:08 +00:00
- update zmusic version in github workflow
This commit is contained in:
parent
165c7b248f
commit
02987b1a91
1 changed files with 1 additions and 1 deletions
2
.github/workflows/appimage.yml
vendored
2
.github/workflows/appimage.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
pip install appimage-builder
|
pip install appimage-builder
|
||||||
- name: Build zmusic dependency
|
- name: Build zmusic dependency
|
||||||
run: |
|
run: |
|
||||||
git clone -b 1.1.11 https://github.com/ZDoom/ZMusic.git zmusic_build
|
git clone -b 1.1.12 https://github.com/ZDoom/ZMusic.git zmusic_build
|
||||||
mkdir ./zmusic_build/build
|
mkdir ./zmusic_build/build
|
||||||
cd ./zmusic_build/build
|
cd ./zmusic_build/build
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release ..
|
cmake -DCMAKE_BUILD_TYPE=Release ..
|
||||||
|
|
Loading…
Reference in a new issue