try no ls

This commit is contained in:
2024-07-02 13:41:27 -06:00
parent 06c2c9b228
commit c0fa62d3fc

View File

@@ -84,9 +84,6 @@
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" FRAMEWORKPATH="${{steps.sfml.path}}/lib"',