mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-06 13:45:00 +00:00
github-ci: Drop requirement for GNU coreutils.
This commit is contained in:
parent
5853973454
commit
2f2057733f
2 changed files with 0 additions and 2 deletions
1
.ci.sh
1
.ci.sh
|
@ -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
|
||||
|
|
1
Brewfile
1
Brewfile
|
@ -1,7 +1,6 @@
|
|||
brew "autoconf"
|
||||
brew "automake"
|
||||
brew "cmake"
|
||||
brew "coreutils"
|
||||
brew "docbook2x"
|
||||
brew "dos2unix"
|
||||
brew "gcc"
|
||||
|
|
Loading…
Add table
Reference in a new issue