diff --git a/.github/workflows/mac_build_test.yml b/.github/workflows/mac_build_test.yml index 6849a1a24..a959052f7 100644 --- a/.github/workflows/mac_build_test.yml +++ b/.github/workflows/mac_build_test.yml @@ -47,7 +47,7 @@ jobs: - name: Initial setup shell: bash -l {0} run: | - brew install eigen gcc hdf5 + brew install eigen hdf5 - name: Environment Variables shell: bash -l {0}