Skip to content

Commit

Permalink
Fix quote
Browse files Browse the repository at this point in the history
  • Loading branch information
gussmith23 committed Apr 24, 2024
1 parent 9db4855 commit e477dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
# Install coreutils and make them visible over default mac tools.
NONINTERACTIVE=1 brew install coreutils
export PATH="/opt/homebrew/opt/coreutils/libexec/gnubin:$PATH
export PATH="/opt/homebrew/opt/coreutils/libexec/gnubin:$PATH"
# Build STP.
NONINTERACTIVE=1 brew install bison flex boost gmp
Expand Down

0 comments on commit e477dca

Please sign in to comment.