mirror of
https://github.com/ToruNiina/toml11.git
synced 2024-11-21 20:10:05 +00:00
ci: add env var to avoid installation failure
This commit is contained in:
parent
fb7b02f254
commit
3509be6629
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user