From c0fa62d3fcd0a62a9b37ab35d085fad44ce7e1d4 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Tue, 2 Jul 2024 13:41:27 -0600 Subject: [PATCH] try no ls --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f5469b1..0fd8b9f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,9 +84,6 @@ name: install build dependencies, run: brew install scons }, - { - run: 'ls ${{steps.sfml.path}}/lib' - }, { 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" FRAMEWORKPATH="${{steps.sfml.path}}/lib"',