diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 855a787..496906d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -251,7 +251,7 @@ jobs: python-version: '3.10' - name: Install packages run: - brew install ninja automake + brew install automake # ninja - name: Install python modules run: | pip3 install meson pytest requests distro diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf56096..16311e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -239,7 +239,7 @@ jobs: python-version: '3.10' - name: Install packages run: - brew install ninja automake + brew install automake # ninja - name: Install python modules run: | pip3 install meson pytest requests distro paramiko