Skip to content

Commit e2647a4

Browse files
committed
ci: remove unecessary dependencies from macos
This (pkg-config, specifically) was causing an error in CI due to a conflicting version already being available.
1 parent 0f71626 commit e2647a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/configure-environment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ runs:
5151
shell: bash
5252
- if: runner.os == 'macOS'
5353
run: |
54-
HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config md5sha1sum jq hwloc
54+
HOMEBREW_NO_AUTO_UPDATE=1 brew install md5sha1sum hwloc
5555
shell: bash
5656
- uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
5757
with:

0 commit comments

Comments
 (0)