Temporary disable brew update in macOS github action

This commit is contained in:
mcuee
2022-12-27 07:52:31 +08:00
committed by GitHub
parent 857344295c
commit 39ab053937

View File

@@ -151,7 +151,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install prerequisites
run: >-
brew update
# brew update
brew install
cmake