Skip to content

Commit

Permalink
Merge pull request #5938 from dra27/keeping-macos-real
Browse files Browse the repository at this point in the history
Fix GitHub Actions for macOS
  • Loading branch information
kit-ty-kate committed Apr 26, 2024
2 parents bd96d2a + 00ce8a6 commit c8366f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/scripts/main/preamble.sh
Expand Up @@ -10,6 +10,9 @@ fi
echo "Cache -> $CACHE"
OCAML_LOCAL=$CACHE/ocaml-local
OPAM_LOCAL=$CACHE/opam-local
if [ "$RUNNER_OS" = 'macOS' ]; then
PATH="/opt/homebrew/opt/coreutils/libexec/gnubin:$PATH"
fi
PATH=$OPAM_LOCAL/bin:$OCAML_LOCAL/bin:$PATH; export PATH

OPAM_COLD=${OPAM_COLD:-0}
Expand Down
1 change: 1 addition & 0 deletions master_changes.md
Expand Up @@ -70,6 +70,7 @@ users)
## Build

## Infrastructure
* Ensure GNU coreutils available on the macOS 14 CI runners [#5938 @dra27]

## Release scripts

Expand Down

0 comments on commit c8366f7

Please sign in to comment.