From a1b5f57d1e81b481ddce82a70ed645655b3d86fe Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Tue, 2 Jul 2024 12:16:46 -0600 Subject: [PATCH] try root for INCLUDEPATH --- .github/workflows/ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index faa9d62a..885f364b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,15 +75,9 @@ 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 }}"', + run: './.github/workflows/scripts/mac/scons-build.sh INCLUDEPATH="${{ steps.boost.outputs.root }}" LIBPATH="${{ steps.boost.outputs.librarydir }}"', }, { name: 'Tar files',