From 7a11ec6ea4ef7001f23b91c19df0bcd88dcc279a Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Tue, 27 Oct 2020 15:13:19 +0100 Subject: [PATCH] [CI] Fix macos packages installation --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e93b825f..e2466cfd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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