Skip to content

Commit

Permalink
ls sfml/lib
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Jul 2, 2024
1 parent 0a08c27 commit 163d264
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@
name: install build dependencies,
run: brew install scons
},
{
run: 'ls ${{steps.sfml.path}}/lib'
}
{
name: build and unit test,
run: './.github/workflows/scripts/mac/scons-build.sh INCLUDEPATH="${{ steps.boost.outputs.root }}:${{steps.sfml.path}}/include" LIBPATH="${{ steps.boost.outputs.librarydir }}:${{steps.sfml.path}}/lib"',
Expand Down

0 comments on commit 163d264

Please sign in to comment.