Skip to content

Commit

Permalink
Make homebrew don't try to update installed dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Dec 18, 2023
1 parent 6875d84 commit b857bb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:

- name: Install packages
run: brew install gcovr ninja libmagic
env:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1

- name: Install python modules
run: pip3 install meson==0.49.2 pytest
Expand Down

0 comments on commit b857bb1

Please sign in to comment.