Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
/usr/lib/bin no longer exists by default on mac CI so we make it if it does not
  • Loading branch information
polgreen committed Apr 29, 2024
1 parent b508697 commit 06f3c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:

- name: Add Z3 to Path
run: |
ls $GITHUB_WORKSPACE/z3/bin/
sudo mkdir -p /usr/local/lib
echo "$GITHUB_WORKSPACE/z3/bin/" >> $GITHUB_PATH
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GITHUB_WORKSPACE/z3/bin/" >> $GITHUB_ENV
./setup-z3-macos.sh
Expand Down

0 comments on commit 06f3c60

Please sign in to comment.