mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-12-23 22:47:57 -05:00
Don't install unused packages
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -21,10 +21,10 @@ jobs:
|
||||
- name: Install packages
|
||||
run: |
|
||||
brew update
|
||||
brew install gcovr pkg-config ninja || brew link --overwrite python
|
||||
brew install pkg-config ninja || brew link --overwrite python
|
||||
|
||||
- name: Install python modules
|
||||
run: pip3 install meson==0.49.2 pytest
|
||||
run: pip3 install meson==0.49.2
|
||||
|
||||
- name: Install dependences
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user