Skip to content

Commit

Permalink
Brew reinstall gcc on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Aug 29, 2023
1 parent 6163442 commit 1bb1d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gamma_f77.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
with:
fetch-depth: '0'
- name: update-tools
run: brew install gcc
run: brew reinstall gcc
- name: macos-native
run: |
echo ""
Expand Down

0 comments on commit 1bb1d03

Please sign in to comment.