Skip to content

Commit 52dc427

Browse files
authored
Update mac.yml
1 parent ae167f3 commit 52dc427

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/mac.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ jobs:
2020
# git build-essential wget unzip aspcud m4 pkg-config libshp-dev libopenblas-dev liblapacke-dev
2121
# homebrew in the workers comes pre-installed with the old pkg-config, which conflicts with the new pkgconf
2222
run: |
23-
brew uninstall pkg-config
23+
brew unlink pkg-config
2424
brew install pkgconf aspcud openblas
25-
brew link pkgconf
25+
brew unlink pkgconf
26+
brew link pkg-config
2627
2728
- name: Use OCaml
2829
uses: ocaml/setup-ocaml@v2

0 commit comments

Comments
 (0)