Skip to content

Commit

Permalink
Only reinstall hdf5
Browse files Browse the repository at this point in the history
  • Loading branch information
mrp089 committed Feb 22, 2024
1 parent fd8134c commit 206c806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Install MacOS dependencies
if: startsWith(matrix.os, 'macos')
run: |
brew reinstall -v cmake vtk openblas lapack mesa open-mpi qt hdf5
brew reinstall -v lcov
brew reinstall -v hdf5
brew install -v cmake vtk openblas lapack mesa open-mpi qt lcov
sudo ln -s /usr/local/opt/qt5/mkspecs /usr/local/mkspecs
sudo ln -s /usr/local/opt/qt5/plugins /usr/local/plugins
- name: Build svFSIplus (macos-14 only)
Expand Down

0 comments on commit 206c806

Please sign in to comment.