Skip to content

Commit

Permalink
CI: install gfortran with brew
Browse files Browse the repository at this point in the history
  • Loading branch information
jotelha committed Nov 4, 2024
1 parent c790870 commit 05f8798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Install system dependencies
run: |
brew install python pygobject3 gtk+3 gtksourceview4 gnome-icon-theme create-dmg gcc
brew install python pygobject3 gtk+3 gtksourceview4 gnome-icon-theme create-dmg gcc gfortran
- name: Log system package info
run: |
Expand Down

0 comments on commit 05f8798

Please sign in to comment.