Skip to content

Commit

Permalink
ci: remove unecessary dependencies from macos (#508)
Browse files Browse the repository at this point in the history
This (pkg-config, specifically) was causing an error in CI due to a
conflicting version already being available.
  • Loading branch information
Stebalien authored Nov 25, 2024
1 parent 0f71626 commit 31d7b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/configure-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ runs:
shell: bash
- if: runner.os == 'macOS'
run: |
HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config md5sha1sum jq hwloc
HOMEBREW_NO_AUTO_UPDATE=1 brew install md5sha1sum hwloc
shell: bash
- uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
with:
Expand Down

0 comments on commit 31d7b28

Please sign in to comment.