Skip to content

Commit

Permalink
Install pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
trueromanus committed Sep 26, 2024
1 parent 70b79c1 commit 00b0143
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
rm /usr/local/bin/python3-config
rm /usr/local/bin/python3.12
rm /usr/local/bin/python3.12-config
- name: install pkg-config
run: arch -x86_64 /usr/local/bin/brew install pkg-config
- name: install mpv
run: arch -x86_64 /usr/local/bin/brew install mpv
- name: Install Qt dependencies
Expand Down

0 comments on commit 00b0143

Please sign in to comment.