From 9c04df4fb2744e333ee559ee99275a8452f9202b Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Tue, 27 Jul 2021 16:15:59 +0200 Subject: [PATCH] =?UTF-8?q?[CI]=C2=A0Install=20automake=20and=20autoconf?= =?UTF-8?q?=20on=20macos.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- .github/workflows/releaseNigthly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e508340..924a794 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,7 +127,7 @@ jobs: python-version: '3.6' - name: Install packages run: - brew install pkg-config ninja + brew install pkg-config ninja automake autoconf - name: Install python modules run: | pip3 install meson==0.52.1 pytest requests distro diff --git a/.github/workflows/releaseNigthly.yml b/.github/workflows/releaseNigthly.yml index 7aa8f0a..2af5247 100644 --- a/.github/workflows/releaseNigthly.yml +++ b/.github/workflows/releaseNigthly.yml @@ -145,7 +145,7 @@ jobs: python-version: '3.6' - name: Install packages run: - brew install pkg-config ninja + brew install pkg-config ninja automake autoconf - name: Install python modules run: | pip3 install meson==0.52.1 pytest requests distro