We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae167f3 commit 52dc427Copy full SHA for 52dc427
.github/workflows/mac.yml
@@ -20,9 +20,10 @@ jobs:
20
# git build-essential wget unzip aspcud m4 pkg-config libshp-dev libopenblas-dev liblapacke-dev
21
# homebrew in the workers comes pre-installed with the old pkg-config, which conflicts with the new pkgconf
22
run: |
23
- brew uninstall pkg-config
+ brew unlink pkg-config
24
brew install pkgconf aspcud openblas
25
- brew link pkgconf
+ brew unlink pkgconf
26
+ brew link pkg-config
27
28
- name: Use OCaml
29
uses: ocaml/setup-ocaml@v2
0 commit comments