Commit 14ebd98 1 parent 8cec08f commit 14ebd98 Copy full SHA for 14ebd98
File tree 1 file changed +9
-6
lines changed
1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,17 @@ jobs:
16
16
steps :
17
17
- uses : actions/checkout@main
18
18
19
+ - name : macos fix
20
+ if : runner.os == 'Macos'
21
+ run : |
22
+ brew update
23
+ brew upgrade
24
+ brew install pkgconf
25
+ # work around https://github.com/actions/runner-images/issues/10984
26
+
19
27
- name : Deps
20
28
# 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
24
- brew install pkgconf aspcud openblas
25
- brew unlink pkgconf
26
- brew link pkg-config
29
+ run : brew install aspcud openblas
27
30
28
31
- name : Use OCaml
29
32
uses : ocaml/setup-ocaml@v2
You can’t perform that action at this time.
0 commit comments