Skip to content

Commit

Permalink
Remove pkg-config install from macOS test (#3530)
Browse files Browse the repository at this point in the history
* Remove pkg-config install from macOS test

* Update macos.yml

* Update macos.yml

* Update macos.yml

* Update macos.yml

* Update macos.yml
  • Loading branch information
jhale authored Nov 25, 2024
1 parent 80d481e commit 070a2cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:

- name: Install Homebrew dependencies
run: |
brew install adios2 boost cmake hdf5-mpi make ninja open-mpi pkg-config pugixml spdlog # FEniCS
brew unlink [email protected] # Can be removed once - https://github.com/actions/runner-images/pull/11015
brew install adios2 boost cmake hdf5-mpi make ninja open-mpi pkgconf pugixml spdlog # FEniCS
brew install bison flex gfortran # PETSc
- name: Install Python dependencies (petsc4py)
Expand Down

0 comments on commit 070a2cd

Please sign in to comment.