mirror of
https://github.com/DictXiong/dotfiles.git
synced 2024-11-24 04:57:00 +08:00
try to fix ci for macos
This commit is contained in:
parent
aafafda412
commit
5938ca8d22
|
@ -3,6 +3,12 @@
|
|||
set -ex
|
||||
trap "dfs beacon gh.ci.fail" ERR
|
||||
|
||||
# fix for macos
|
||||
dfs cd
|
||||
if [[ $(./tools/common.sh get_os_type) == "macos" ]]; then
|
||||
export PATH="/usr/local/opt/coreutils/libexec/gnubin:/opt/homebrew/opt/coreutils/libexec/gnubin:${PATH}"
|
||||
fi
|
||||
|
||||
# check files
|
||||
cd /
|
||||
l
|
||||
|
|
Loading…
Reference in New Issue
Block a user