Skip to content

Commit

Permalink
Merge pull request #391 from openzim/brew_no_dep_update
Browse files Browse the repository at this point in the history
Make homebrew don't try to update installed dependencies.
  • Loading branch information
mgautierfr authored Dec 18, 2023
2 parents 6875d84 + b857bb1 commit 95af479
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 95af479

Please sign in to comment.