File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -128,14 +128,20 @@ jobs:
128
128
- name : 1. [All] Install Dependencies
129
129
if : startsWith(matrix.config.os, 'macos')
130
130
shell : bash
131
- run : bash -c "yes | ./update.sh -i -w ${{ matrix.config.work_dir }}"
131
+ run : /bin/ bash -c "yes | ./update.sh -i -w ${{ matrix.config.work_dir }}"
132
132
133
133
- name : 1. [MacOS] Fix Path
134
134
if : startsWith(matrix.config.os, 'macos')
135
135
shell : bash
136
136
run : echo "/usr/local/opt/gnu-sed/libexec/gnubin" >> $GITHUB_PATH
137
137
138
+ - name : 2. [MacOS] Build up the environment
139
+ if : startsWith(matrix.config.os, 'macos')
140
+ shell : bash
141
+ run : /bin/bash -c "yes | ./update.sh -e -x -r -s -w ${{ matrix.config.work_dir }}"
142
+
138
143
- name : 2. [All] Build up the environment
144
+ if : startsWith(matrix.config.os, 'macos') == false
139
145
shell : bash
140
146
run : bash -c "yes || true" | bash update.sh -e -x -r -s -w ${{ matrix.config.work_dir }}
141
147
You can’t perform that action at this time.
0 commit comments