We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd96d2a + 00ce8a6 commit c8366f7Copy full SHA for c8366f7
.github/scripts/main/preamble.sh
@@ -10,6 +10,9 @@ fi
10
echo "Cache -> $CACHE"
11
OCAML_LOCAL=$CACHE/ocaml-local
12
OPAM_LOCAL=$CACHE/opam-local
13
+if [ "$RUNNER_OS" = 'macOS' ]; then
14
+ PATH="/opt/homebrew/opt/coreutils/libexec/gnubin:$PATH"
15
+fi
16
PATH=$OPAM_LOCAL/bin:$OCAML_LOCAL/bin:$PATH; export PATH
17
18
OPAM_COLD=${OPAM_COLD:-0}
master_changes.md
@@ -70,6 +70,7 @@ users)
70
## Build
71
72
## Infrastructure
73
+ * Ensure GNU coreutils available on the macOS 14 CI runners [#5938 @dra27]
74
75
## Release scripts
76
0 commit comments