From 65a6ddeb46deaef033102f84e7aa3b416dfd9358 Mon Sep 17 00:00:00 2001 From: Allen Byrne <50328838+byrnHDF@users.noreply.github.com> Date: Fri, 17 May 2024 08:14:51 -0500 Subject: [PATCH] Remove unnecessary fortran install (#4498) --- .github/workflows/cmake-bintest.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cmake-bintest.yml b/.github/workflows/cmake-bintest.yml index 48be210173b..08f23035964 100644 --- a/.github/workflows/cmake-bintest.yml +++ b/.github/workflows/cmake-bintest.yml @@ -189,12 +189,12 @@ jobs: ls ${{ runner.workspace }} # symlinks the compiler executables to a common location - - name: Setup GNU Fortran - uses: fortran-lang/setup-fortran@v1 - id: setup-fortran - with: - compiler: gcc - version: 12 + # - name: Setup GNU Fortran + # uses: fortran-lang/setup-fortran@v1 + # id: setup-fortran + # with: + # compiler: gcc + # version: 12 - name: Run ctest (MacOS) id: run-ctest