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 926ea16 commit ae167f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
# homebrew in the workers comes pre-installed with the old pkg-config, which conflicts with the new pkgconf
run: |
brew uninstall pkg-config
brew install aspcud openblas
brew install pkgconf aspcud openblas
brew link pkgconf
- name: Use OCaml
uses: ocaml/setup-ocaml@v2
Expand Down

0 comments on commit ae167f3

Please sign in to comment.