Temporary disable brew update in macOS github action
This commit is contained in:
parent
857344295c
commit
39ab053937
|
@ -151,7 +151,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install prerequisites
|
- name: Install prerequisites
|
||||||
run: >-
|
run: >-
|
||||||
brew update
|
# brew update
|
||||||
|
|
||||||
brew install
|
brew install
|
||||||
cmake
|
cmake
|
||||||
|
|
Loading…
Reference in New Issue