Skip to content

Commit

Permalink
build: macos: add export path to test step
Browse files Browse the repository at this point in the history
  • Loading branch information
vhavlena committed Dec 22, 2024
1 parent c1c4f68 commit 520e756
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- name: Test Z3-Noodler
run: |
cd build
export CPLUS_INCLUDE_PATH="${CPLUS_INCLUDE_PATH:+${CPLUS_INCLUDE_PATH}:}/usr/local/include/"
make -j4 test-noodler
./test-noodler
Expand Down

0 comments on commit 520e756

Please sign in to comment.