File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,9 @@ jobs:
132
132
- name : 1. [MacOS] Fix Path
133
133
if : startsWith(matrix.config.os, 'macos')
134
134
shell : bash
135
- run : echo "/usr/local/opt/gnu-sed/libexec/gnubin" >> $GITHUB_PATH
135
+ run : |
136
+ echo "/usr/local/opt/gnu-sed/libexec/gnubin" >> $GITHUB_PATH
137
+ echo "/usr/local/opt/coreutils/libexec/gnubin" >> $GITHUB_PATH
136
138
137
139
- name : 2. [All] Build up the environment
138
140
shell : bash
Original file line number Diff line number Diff line change @@ -322,10 +322,11 @@ install_platform_deps() {
322
322
" darwin19" | " darwin20" )
323
323
info " [Init] Install gnu-sed"
324
324
brew install gnu-sed
325
- export PATH=/usr/local/opt/gnu-sed/libexec/gnubin:$PATH
325
+ export PATH=" /usr/local/opt/gnu-sed/libexec/gnubin:$PATH "
326
326
327
327
info " [Init] Install coreutils"
328
328
brew install coreutils
329
+ export PATH=" /usr/local/opt/coreutils/libexec/gnubin:$PATH "
329
330
;;
330
331
331
332
esac
You can’t perform that action at this time.
0 commit comments