Skip to content

Commit

Permalink
ls the directories
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Jul 2, 2024
1 parent 9498011 commit 3f5234f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"',
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/scripts/mac/scons-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ export CC="$(brew --prefix llvm)/bin/clang"
export CXX="$(brew --prefix llvm)/bin/clang++"
export SDKROOT="$(xcrun --show-sdk-path)"

echo $@
scons CXXFLAGS="-I/usr/local/opt/zlib/include" LINKFLAGS="-L/usr/local/opt/zlib/lib" $@

0 comments on commit 3f5234f

Please sign in to comment.