ls sfml/lib
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -84,6 +84,9 @@
|
|||||||
name: install build dependencies,
|
name: install build dependencies,
|
||||||
run: brew install scons
|
run: brew install scons
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
run: 'ls ${{steps.sfml.path}}/lib'
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name: build and unit test,
|
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"',
|
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"',
|
||||||
|
Reference in New Issue
Block a user