Merge pull request #1239 from mcuee/macos_action

Temporarily disable brew update in macOS github action
This commit is contained in:
mcuee 2022-12-27 08:02:10 +08:00 committed by GitHub
commit 49834a47cd
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