From d929dfd9af514aa38069c6e60e4276100e731e15 Mon Sep 17 00:00:00 2001 From: Dave Parker Date: Tue, 5 Sep 2023 14:20:48 -0700 Subject: [PATCH] Actions macos build fail (#91) --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cedaa1a..cff39fc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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