File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114
114
- name : install llvm
115
115
if : ${{ matrix.os == 'macos-latest' }}
116
116
run : |
117
- brew update && brew install llvm protobuf
117
+ brew install llvm protobuf
118
118
119
119
- name : build
120
120
run : |
@@ -148,7 +148,7 @@ jobs:
148
148
- name : install toolchain
149
149
run : |
150
150
cargo install cbindgen
151
- brew update && brew install llvm unzip protobuf
151
+ brew install llvm unzip protobuf
152
152
153
153
- name : build
154
154
run : |
Original file line number Diff line number Diff line change 90
90
- name : install llvm
91
91
if : ${{ matrix.os == 'macos-latest' }}
92
92
run : |
93
- brew update && brew install llvm protobuf
93
+ brew install llvm protobuf
94
94
95
95
- name : build
96
96
run : |
@@ -124,7 +124,7 @@ jobs:
124
124
- name : install toolchain
125
125
run : |
126
126
cargo install cbindgen
127
- brew update && brew install llvm unzip protobuf
127
+ brew install llvm unzip protobuf
128
128
129
129
- name : build
130
130
run : |
You can’t perform that action at this time.
0 commit comments