mirror of https://github.com/kiwix/libkiwix.git
Don't install unused packages
This commit is contained in:
parent
cb4938c5f8
commit
cc31846152
|
@ -21,10 +21,10 @@ jobs:
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: |
|
run: |
|
||||||
brew update
|
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
|
- name: Install python modules
|
||||||
run: pip3 install meson==0.49.2 pytest
|
run: pip3 install meson==0.49.2
|
||||||
|
|
||||||
- name: Install dependences
|
- name: Install dependences
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in New Issue