Skip to content

Commit

Permalink
Update the github action scripts now that homebrew renamed the GNU pa…
Browse files Browse the repository at this point in the history
…tch binary to gpatch (see Homebrew/homebrew-core#174687)
  • Loading branch information
kit-ty-kate committed Nov 13, 2024
1 parent 871370a commit 4e99ad3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/main/preamble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ OCAML_LOCAL=$CACHE/ocaml-local
OPAM_LOCAL=$CACHE/opam-local
if [ "$RUNNER_OS" = 'macOS' ]; then
PATH="/opt/homebrew/opt/coreutils/libexec/gnubin:$PATH"
PATH="/opt/homebrew/opt/gpatch/libexec/gnubin:$PATH"
fi
PATH=$OPAM_LOCAL/bin:$OCAML_LOCAL/bin:$PATH; export PATH

Expand Down

0 comments on commit 4e99ad3

Please sign in to comment.