File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -31,16 +31,16 @@ jobs:
31
31
work_dir : " /c/Code" ,
32
32
cache_dir : " C:\\ Code"
33
33
}
34
- - {
35
- name : " MacOS 11.0" ,
36
- os : macos-11.0,
37
- work_dir : " $HOME"
38
- }
39
34
- {
40
35
name : " MacOS 10.15" ,
41
36
os : macos-10.15,
42
37
work_dir : " $HOME"
43
38
}
39
+ # - {
40
+ # name: "MacOS 11.0",
41
+ # os: macos-11.0,
42
+ # work_dir: "$HOME"
43
+ # }
44
44
name : ${{ matrix.config.name }}
45
45
runs-on : ${{ matrix.config.os }}
46
46
env :
@@ -126,8 +126,9 @@ jobs:
126
126
# sudo apt-get install libc++ libc++-11-dev libc++abi-11-dev
127
127
128
128
- name : 1. [All] Install Dependencies
129
+ if : startsWith(matrix.config.os, 'macos')
129
130
shell : bash
130
- run : bash -c "yes || true" | bash update.sh -i -w ${{ matrix.config.work_dir }}
131
+ run : true | ./ update.sh -i -w ${{ matrix.config.work_dir }}
131
132
132
133
- name : 1. [MacOS] Fix Path
133
134
if : startsWith(matrix.config.os, 'macos')
You can’t perform that action at this time.
0 commit comments