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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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