Skip to content

Commit

Permalink
pkg-config supplied in GitHub Hosted Runner for macOS
Browse files Browse the repository at this point in the history
`pkg-config` is now supplied in the GitHub Hosted Runner for macOS. See actions/runner-images#7125.
  • Loading branch information
mpilgrem committed Mar 4, 2023
1 parent b1f9cb7 commit 6d4be95
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ jobs:
release-args: ""
cache-bust: "23"
steps:
- name: Setup macOS
if: startsWith(runner.os, 'macOS')
run: |
# pkg-config added because it is required by package digest-0.0.1.4.
brew install pkg-config
- name: Clone project
uses: actions/checkout@v3
- name: Cache dependencies on Unix-like OS
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ jobs:
extra-suffix: ""
stack-args: ""
steps:
- name: Setup macOS
if: startsWith(runner.os, 'macOS')
run: |
# pkg-config added because it is required by package digest-0.0.1.4.
brew install pkg-config
- name: Clone project
uses: actions/checkout@v3
- name: Cache dependencies on Unix-like OS
Expand Down

0 comments on commit 6d4be95

Please sign in to comment.