Skip to content

Commit 045220a

Browse files
Update MacOS dependencies in workflow (SimVascular#429)
Removed redundant installation of gcc from MacOS dependencies.
1 parent acc51f2 commit 045220a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install MacOS dependencies
1919
run: |
2020
brew reinstall -v gcc
21-
brew install -v cmake vtk openblas lapack mesa open-mpi qt
21+
brew install -v vtk openblas lapack mesa open-mpi qt
2222
brew install lcov
2323
sudo ln -s /usr/local/opt/qt5/mkspecs /usr/local/mkspecs
2424
sudo ln -s /usr/local/opt/qt5/plugins /usr/local/plugins

0 commit comments

Comments
 (0)