Merge pull request #798 from kiwix/few-workflow-fixes

Few workflow fixes
This commit is contained in:
Kelson 2024-12-22 15:52:35 +01:00 committed by GitHub
commit 1a100a2def
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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