Skip to content

Commit

Permalink
.github/workflows/macos.yml: install pkg-config
Browse files Browse the repository at this point in the history
Signed-off-by: akarin <[email protected]>
  • Loading branch information
AkarinVS committed Feb 18, 2023
1 parent 5cec5ab commit 7a93bdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- name: Print compiler version
run: ${{ env.CC }} --version

- name: Install automake
- name: Install autotools
run: |
brew update
brew install automake
brew install automake autoconf libtool pkg-config
- name: Install zimg
run: |
Expand Down

0 comments on commit 7a93bdf

Please sign in to comment.