Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
gussmith23 committed Apr 24, 2024
1 parent 5c30bd1 commit f719ba3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,8 @@ jobs:
# Build Yices2.
# TODO(@gussmith23): hardcoded versions will break eventually.
export LDFLAGS="-L/usr/local/Cellar/gmp/6.3.0/lib"
export CPPFLAGS="-I/usr/local/Cellar/gmp/6.3.0/include"
brew link --force gmp
export LDFLAGS="-L/opt/homebrew/Cellar/gmp/6.3.0/lib"
export CPPFLAGS="-I/opt/homebrew/Cellar/gmp/6.3.0/include"
NONINTERACTIVE=1 brew install gperf autoconf
mkdir yices2 && cd yices2
wget -qO- https://github.com/SRI-CSL/yices2/archive/$YICES2_COMMIT_HASH.tar.gz | tar xz --strip-components=1
Expand Down

0 comments on commit f719ba3

Please sign in to comment.