try root for INCLUDEPATH

This commit is contained in:
2024-07-02 12:16:46 -06:00
parent 3f5234ffbc
commit a1b5f57d1e

View File

@@ -75,15 +75,9 @@
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 }}"',
run: './.github/workflows/scripts/mac/scons-build.sh INCLUDEPATH="${{ steps.boost.outputs.root }}" LIBPATH="${{ steps.boost.outputs.librarydir }}"',
},
{
name: 'Tar files',