Skip to content

Commit ae167f3

Browse files
authored
Update .github/workflows/mac.yml
1 parent 926ea16 commit ae167f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/mac.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
# homebrew in the workers comes pre-installed with the old pkg-config, which conflicts with the new pkgconf
2222
run: |
2323
brew uninstall pkg-config
24-
brew install aspcud openblas
24+
brew install pkgconf aspcud openblas
25+
brew link pkgconf
2526
2627
- name: Use OCaml
2728
uses: ocaml/setup-ocaml@v2

0 commit comments

Comments
 (0)