Skip to content

Commit

Permalink
Merge pull request #798 from kiwix/few-workflow-fixes
Browse files Browse the repository at this point in the history
Few workflow fixes
  • Loading branch information
kelson42 authored Dec 22, 2024
2 parents 949232d + 4eae4fe commit 1a100a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ jobs:
python-version: '3.10'
- name: Install packages
run:
brew install pkg-config ninja automake autoconf
brew install ninja automake
- name: Install python modules
run: |
pip3 install meson pytest requests distro
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:
python-version: '3.10'
- name: Install packages
run:
brew install pkg-config ninja automake autoconf
brew install ninja automake
- name: Install python modules
run: |
pip3 install meson pytest requests distro paramiko
Expand Down

0 comments on commit 1a100a2

Please sign in to comment.