Skip to content

Commit 8fcf19b

Browse files
committed
Remove dedicated gfortran install.
1 parent e159ad3 commit 8fcf19b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/main-job.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ jobs:
2020
fail-fast: false
2121

2222
steps:
23-
- name: Setup Fortran
24-
if: ${{ matrix.os }} == 'macos-latest'
25-
uses: awvwgk/[email protected]
26-
2723
- name: Install bison
2824
if: ${{ matrix.scotch == 'on' && matrix.os == 'macos-latest' }}
2925
run: |
@@ -63,4 +59,4 @@ jobs:
6359
run: |
6460
cmake -Shex2tet -Bbuild_h2t -DMMG_DIR=build_mmg -DUSE_SCOTCH=${{ matrix.scotch }} \
6561
-DSCOTCH_DIR=install_scotch
66-
cmake --build build_h2t
62+
cmake --build build_h2t

0 commit comments

Comments
 (0)