Skip to content

Commit

Permalink
macos fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AWehrhahn committed Dec 16, 2020
1 parent a7bb165 commit c02ef6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
run: make install

- name: Copy libgfortran
if: matrix.name == 'ubuntu-gfortran' || matrix.name == 'macos-gfortran'
if: matrix.name == 'ubuntu-gfortran'
run: |
make -s flib_source
make -s flib_target
Expand Down

0 comments on commit c02ef6c

Please sign in to comment.