mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 12:51:36 +00:00
actions take 27
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -31,6 +31,7 @@ jobs:
|
|||||||
if [ "${RUNNER_OS}" == "macOS" ]; then
|
if [ "${RUNNER_OS}" == "macOS" ]; then
|
||||||
# prefer standard GNU tools like date over MacOS defaults
|
# prefer standard GNU tools like date over MacOS defaults
|
||||||
export PATH="/usr/local/opt/coreutils/libexec/gnubin:$(brew --prefix)/opt/gnu-tar/libexec/gnubin:$PATH"
|
export PATH="/usr/local/opt/coreutils/libexec/gnubin:$(brew --prefix)/opt/gnu-tar/libexec/gnubin:$PATH"
|
||||||
|
fi
|
||||||
set +e
|
set +e
|
||||||
bash --version
|
bash --version
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user