Skip to content

Commit

Permalink
chore: Update test-meson workflow to install gfortran and gnu-sed
Browse files Browse the repository at this point in the history
  • Loading branch information
sunt05 committed May 15, 2024
1 parent f4d1efd commit 03c6727
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
run: |
brew install make automake libtool
which pipx || brew install pipx && pipx ensurepath
brew install gfortran gnu-sed
brew unlink gfortran
brew link gfortran
- name: check git info
run: |
Expand Down

0 comments on commit 03c6727

Please sign in to comment.