Skip to content

Commit

Permalink
pkg-config.yml: remove pkg-config install on mac
Browse files Browse the repository at this point in the history
This was not necessary, and was actually unconditionally
skipped.
  • Loading branch information
ctz committed Sep 5, 2024
1 parent d00b035 commit 9e7bc9e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pkg-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ jobs:
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable

- name: Install pkg-config (macOS)
if: runner.os == 'macos-latest'
run: brew install pkg-config

- name: Show pkg-config version
run: pkg-config --version

Expand Down

0 comments on commit 9e7bc9e

Please sign in to comment.