From 06c2c9b228027e5d701da9ba2e0ac43f1de2d2e1 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Tue, 2 Jul 2024 13:12:48 -0600 Subject: [PATCH] try add FRAMEWORKPATH --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d33b7ef..7f5469b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,10 +86,10 @@ }, { 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"', + 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"', }, { name: 'Tar files',