From e477dca93431274c2ce389e331b4815c184dc255 Mon Sep 17 00:00:00 2001 From: Gus Smith Date: Tue, 23 Apr 2024 19:51:44 -0700 Subject: [PATCH] Fix quote --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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