Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
polgreen committed Apr 29, 2024
1 parent 6b585fd commit 742be62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ jobs:

- name: Add Z3 to Path
run: |
mkdir /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
2 changes: 1 addition & 1 deletion setup-z3-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ echo "hello"
export PATH=$PATH:$PWD/z3/bin/
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/z3/bin/
sudo cp $PWD/z3/bin/libz3java.dylib /Library/Java/Extensions/
sudo cp $PWD/z3/bin/libz3.dylib /usr/local/lib/
sudo cp $PWD/z3/bin/libz3.dylib /usr/lib/

0 comments on commit 742be62

Please sign in to comment.