fix mac ci (#147)

* fix mac ci
This commit is contained in:
PikachuHy 2023-01-11 16:18:25 +08:00 committed by GitHub
parent 09192dd79c
commit d11a080d45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
uses: Homebrew/actions/setup-homebrew@master
- name: Install Dependencies
run: brew install openssl
run: HOMEBREW_NO_INSTALL_CLEANUP=1 HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install openssl
- name: Install ninja-build tool
uses: seanmiddleditch/gha-setup-ninja@v3