Skip to content

Commit

Permalink
ci: add env var to avoid installation failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ToruNiina committed Mar 20, 2024
1 parent fb7b02f commit 3509be6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ jobs:
- name: Install
run: |
brew install boost
env:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
- name: Configure
run: |
mkdir build && cd build
Expand Down

0 comments on commit 3509be6

Please sign in to comment.