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
|
||||
- name: Install prerequisites
|
||||
run: >-
|
||||
brew update
|
||||
# brew update
|
||||
|
||||
brew install
|
||||
cmake
|
||||
|
|
Loading…
Reference in New Issue