github-ci: Drop requirement for GNU coreutils.

This commit is contained in:
Dag-Erling Smørgrav 2024-05-02 23:17:16 +02:00
parent 5853973454
commit 2f2057733f
2 changed files with 0 additions and 2 deletions

1
.ci.sh
View file

@ -37,7 +37,6 @@ set -e
if [[ ${RUNNER_OS} = macOS ]]; then
latest_brew_python3_bin="$(ls -1d /usr/local/Cellar/python/3.*/bin | sort -n | tail -n1)"
export PATH="${latest_brew_python3_bin}${PATH:+:}${PATH}"
export PATH="/usr/local/opt/coreutils/libexec/gnubin${PATH:+:}${PATH}"
elif [[ ${RUNNER_OS} = Linux ]]; then
export PATH="/usr/lib/llvm-18/bin:${PATH}"
else

View file

@ -1,7 +1,6 @@
brew "autoconf"
brew "automake"
brew "cmake"
brew "coreutils"
brew "docbook2x"
brew "dos2unix"
brew "gcc"