Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Jan 13, 2025
1 parent a72e3cb commit 108ce5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
xmake --version
xmake create test
cd test
echo 'add_requires("libpng", {system = false})' >> xmake.lua
echo 'add_packages("libpng")' >> xmake.lua
echo 'target_end()' >> xmake.lua
echo 'add_requires("libpng", {system = false})' >> xmake.lua
xmake -vD -y
xmake run

0 comments on commit 108ce5c

Please sign in to comment.