Skip to content

Commit

Permalink
Fix win64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
0lvin committed Sep 5, 2024
1 parent 709e95e commit 04f5596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/win64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
# 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
# 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
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)
Expand Down

0 comments on commit 04f5596

Please sign in to comment.