From 6434150da9f0edc2d07d6115497482d6ca9e34cf Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 28 Oct 2020 16:40:02 +0100 Subject: [PATCH] [CI] Fix macos brew install packages (release&Nightly) --- .github/workflows/releaseNigthly.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/releaseNigthly.yml b/.github/workflows/releaseNigthly.yml index e4b5132..0a882d5 100644 --- a/.github/workflows/releaseNigthly.yml +++ b/.github/workflows/releaseNigthly.yml @@ -139,9 +139,8 @@ jobs: with: python-version: '3.6' - name: Install packages - uses: mstksg/get-package@v1 - with: - brew: pkg-config ninja + run: + brew install pkg-config ninja - name: Install python modules run: | pip3 install meson==0.52.1 pytest requests distro