Skip to content

Commit

Permalink
Update mac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mseri authored Nov 18, 2024
1 parent ae167f3 commit 52dc427
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ 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 uninstall pkg-config
brew unlink pkg-config
brew install pkgconf aspcud openblas
brew link pkgconf
brew unlink pkgconf
brew link pkg-config
- name: Use OCaml
uses: ocaml/setup-ocaml@v2
Expand Down

0 comments on commit 52dc427

Please sign in to comment.