diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0c705f6..1224cc0d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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