Skip to content

Commit

Permalink
Update .github/workflows/mac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mseri authored Nov 18, 2024
1 parent 648220b commit d78996b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# git build-essential wget unzip aspcud m4 pkg-config libshp-dev libopenblas-dev liblapacke-dev
# homebrew in the workers comes pre-installed with the old pkg-config, which conflicts with the new pkgconf
run: |
brew unlink pkg-config
brew uninstall pkg-config
brew install aspcud openblas
- name: Use OCaml
Expand Down

0 comments on commit d78996b

Please sign in to comment.