We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 648220b commit d78996bCopy full SHA for d78996b
.github/workflows/mac.yml
@@ -20,7 +20,7 @@ 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 unlink pkg-config
+ brew uninstall pkg-config
24
brew install aspcud openblas
25
26
- name: Use OCaml
0 commit comments