[CI] Fix macos packages installation

This commit is contained in:
Matthieu Gautier committed 2020-10-27 15:13:19 +01:00
1 parent 095c86cf90
commit 7a11ec6ea4
1 file changed
+2 -3
+2 -3
View File
@@ -13,9 +13,8 @@ jobs:
with:
python-version: '3.5'
- name: Install packages
uses: mstksg/get-package@v1
with:
brew: gcovr pkg-config ninja
run:
brew install gcovr pkg-config ninja
- name: Install python modules
run: pip3 install meson==0.49.2 pytest
- name: Install deps