Skip to content

Commit

Permalink
pkg-config no longer needed on macOS builder
Browse files Browse the repository at this point in the history
Already pre-installed on the new images.
  • Loading branch information
ensiform committed Jun 4, 2024
1 parent f57a504 commit bf2f43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:

steps:
- name: Setup Build Environment
run: brew install coreutils ninja pkg-config sdl2
run: brew install coreutils ninja sdl2

- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit bf2f43f

Please sign in to comment.