Skip to content

Commit

Permalink
unset HOMEBREW_NO_INSTALL_FROM_API
Browse files Browse the repository at this point in the history
  • Loading branch information
Fsu0413 committed Jul 4, 2023
1 parent 6385f56 commit 465b184
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
path: openssl-externalCMake
- name: install cmake and ninja
run: |
unset HOMEBREW_NO_INSTALL_FROM_API
brew update
brew install cmake ninja
- name: run CMake + Ninja
Expand Down Expand Up @@ -114,6 +115,7 @@ jobs:
path: openssl-externalCMake
- name: install cmake and ninja
run: |
unset HOMEBREW_NO_INSTALL_FROM_API
brew update
brew install cmake ninja
- name: run CMake + Ninja
Expand Down Expand Up @@ -152,6 +154,7 @@ jobs:
path: openssl-externalCMake
- name: install cmake and ninja
run: |
unset HOMEBREW_NO_INSTALL_FROM_API
brew update
brew install cmake ninja
- name: run CMake + Ninja
Expand Down

0 comments on commit 465b184

Please sign in to comment.