Skip to content

Commit

Permalink
[FIX] Fix build break in CI pipeline.
Browse files Browse the repository at this point in the history
OpenAL is a static library already. No need to handle it specially.
  • Loading branch information
fuzhouch committed Dec 5, 2023
1 parent ea26359 commit b0110bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,3 @@ jobs:
./xmake-build/bin/xmake install -o ./package --all
rm -rf ./package/bin ./package/include
mv ./package/lib/* ./package/
mv ./package/libopenal.* ./package/lib/

0 comments on commit b0110bd

Please sign in to comment.