pkgconfig & autoconf are alread installed on macOS runner

This commit is contained in:
Emmanuel Engelhart 2024-12-22 14:41:56 +01:00
parent 949232dc00
commit 4eae4fe654
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3
2 changed files with 2 additions and 2 deletions

View File

@ -251,7 +251,7 @@ jobs:
python-version: '3.10' python-version: '3.10'
- name: Install packages - name: Install packages
run: run:
brew install pkg-config ninja automake autoconf brew install ninja automake
- name: Install python modules - name: Install python modules
run: | run: |
pip3 install meson pytest requests distro pip3 install meson pytest requests distro

View File

@ -239,7 +239,7 @@ jobs:
python-version: '3.10' python-version: '3.10'
- name: Install packages - name: Install packages
run: run:
brew install pkg-config ninja automake autoconf brew install ninja automake
- name: Install python modules - name: Install python modules
run: | run: |
pip3 install meson pytest requests distro paramiko pip3 install meson pytest requests distro paramiko