ls the directories
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -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 }}"',
|
||||
|
Reference in New Issue
Block a user