From 62fc3dff456068706b5980e61149802d7d143224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Tue, 21 Jul 2020 10:03:53 -0600 Subject: Install gfortran on macOS --- .github/workflows/CI.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.github') diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 51101c4..ca1ba03 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -27,6 +27,13 @@ jobs: - name: Checkout code uses: actions/checkout@v1 + - name: Install GFortran macOS + if: contains(matrix.os, 'macos') + run: | + ln -s /usr/local/bin/gfortran-${GCC_V} /usr/local/bin/gfortran + which gfortran-${GCC_V} + which gfortran + - name: Install Haskell macOS if: contains(matrix.os, 'macos') run: | -- cgit v1.2.3