Skip to content

Commit d78996b

Browse files
authored
Update .github/workflows/mac.yml
1 parent 648220b commit d78996b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ 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 unlink pkg-config
23+
brew uninstall pkg-config
2424
brew install aspcud openblas
2525
2626
- name: Use OCaml

0 commit comments

Comments
 (0)