Skip to content

Commit 9134fbb

Browse files
authored
Merge pull request #307 from awslabs/hughcars/macos-pkg-config-buildfix
Force link of pkgconf to new version on mac OS runners
2 parents 4ee6c60 + 8136ce5 commit 9134fbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-test-macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151

5252
- name: Install dependencies
5353
run: |
54+
brew unlink [email protected]
5455
brew install pkg-config
5556
5657
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)