From a900db290b9f898d2f693c23f1ecb05a177af4a5 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Tue, 2 Jul 2024 14:00:46 -0600 Subject: [PATCH] fix reference to sfml action outputs --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0fd8b9f2..64613306 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ }, { 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"', + run: './.github/workflows/scripts/mac/scons-build.sh INCLUDEPATH="${{ steps.boost.outputs.root }}:${{steps.sfml.outputs.path}}/include" LIBPATH="${{ steps.boost.outputs.librarydir }}:${{steps.sfml.outputs.path}}/lib" FRAMEWORKPATH="${{steps.sfml.outputs.path}}/lib"', }, { name: 'Tar files',