try root for INCLUDEPATH
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -75,15 +75,9 @@
|
|||||||
name: install dependencies,
|
name: install dependencies,
|
||||||
run: brew install scons SFML
|
run: brew install scons SFML
|
||||||
},
|
},
|
||||||
{
|
|
||||||
run: 'ls ${{ steps.boost.outputs.root }}'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
run: 'ls ${{ steps.boost.outputs.root }}/include'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: build and unit test,
|
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',
|
name: 'Tar files',
|
||||||
|
Reference in New Issue
Block a user