mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
github actions: fix win64 build
This commit is contained in:
parent
4778c6bd7c
commit
ca5d679b39
1 changed files with 1 additions and 1 deletions
2
.github/workflows/win64.yml
vendored
2
.github/workflows/win64.yml
vendored
|
@ -80,7 +80,7 @@ jobs:
|
||||||
# remove unused libraries
|
# remove unused libraries
|
||||||
rm -fv publish/quake2-win64-${{github.sha}}/avdevice*.dll publish/quake2-win64-${{github.sha}}/avfilter*.dll publish/quake2-win64-${{github.sha}}/postproc*.dll
|
rm -fv publish/quake2-win64-${{github.sha}}/avdevice*.dll publish/quake2-win64-${{github.sha}}/avfilter*.dll publish/quake2-win64-${{github.sha}}/postproc*.dll
|
||||||
# openal-soft
|
# openal-soft
|
||||||
wget -c https://www.openal-soft.org/openal-binaries/openal-soft-1.23.1-bin.zip
|
wget -c https://github.com/kcat/openal-soft/releases/download/1.23.1/openal-soft-1.23.1-bin.zip
|
||||||
unzip -o openal-soft-1.23.1-bin.zip
|
unzip -o openal-soft-1.23.1-bin.zip
|
||||||
cp openal-soft-1.23.1-bin/bin/Win64/soft_oal.dll publish/quake2-win64-${{github.sha}}/openal32.dll
|
cp openal-soft-1.23.1-bin/bin/Win64/soft_oal.dll publish/quake2-win64-${{github.sha}}/openal32.dll
|
||||||
# curl (releases use a custom build curl.dll)
|
# curl (releases use a custom build curl.dll)
|
||||||
|
|
Loading…
Reference in a new issue