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 20, 2023
1 parent 2f938f5 commit 66f5b64
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 @@ -32,6 +32,8 @@ jobs:
# upgrade from [email protected]_1 to [email protected] fails to overwrite those
rm -f /usr/local/bin/2to3 /usr/local/bin/2to3-3.11 /usr/local/bin/idle3 /usr/local/bin/idle3.11 /usr/local/bin/pydoc3 /usr/local/bin/pydoc3.11 /usr/local/bin/python3 /usr/local/bin/python3-config /usr/local/bin/python3.11 /usr/local/bin/python3.11-config
brew install pkg-config ninja meson
env:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1

- name: Install dependencies
uses: kiwix/kiwix-build/actions/dl_deps_archive@main
Expand Down

0 comments on commit 66f5b64

Please sign in to comment.