Skip to content

Commit

Permalink
Actions macos build fail (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbolt authored Sep 5, 2023
1 parent 10d995a commit 18ecd1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
- name: Install MacOS dependencies
if: startsWith(matrix.os, 'macos')
run: |
brew install cmake vtk openblas lapack mesa open-mpi qt5
brew link --force qt5
brew install cmake vtk openblas lapack mesa open-mpi qt
brew install lcov
sudo ln -s /usr/local/opt/qt5/mkspecs /usr/local/mkspecs
sudo ln -s /usr/local/opt/qt5/plugins /usr/local/plugins
Expand Down

0 comments on commit 18ecd1b

Please sign in to comment.