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