Skip to content

Commit

Permalink
Update make.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AWehrhahn authored Dec 2, 2020
1 parent 7435bc8 commit 05ceb59
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 @@ -93,7 +93,7 @@ jobs:

- name: Install F2C
if: matrix.name == 'macos-f2c'
run: brew install --HEAD franklinchen/tap/f2c
run: brew install --verbose --HEAD franklinchen/tap/f2c && export LDFLAGS=-L$(brew --prefix f2c)

- name: Run F2C
if: matrix.name == 'ubuntu-f2c' || matrix.name == 'windows-f2c' || matrix.name == 'macos-f2c'
Expand Down

0 comments on commit 05ceb59

Please sign in to comment.