ls the directories

This commit is contained in:
2024-07-02 12:12:25 -06:00
parent 94980110ed
commit 3f5234ffbc
2 changed files with 6 additions and 1 deletions

View File

@@ -75,6 +75,12 @@
name: install dependencies,
run: brew install scons SFML
},
{
run: 'ls ${{ steps.boost.outputs.root }}'
},
{
run: 'ls ${{ steps.boost.outputs.root }}/include'
},
{
name: build and unit test,
run: './.github/workflows/scripts/mac/scons-build.sh INCLUDEPATH="${{ steps.boost.outputs.root }}/include" LIBPATH="${{ steps.boost.outputs.librarydir }}"',