Skip to content

Commit

Permalink
debugging workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Oct 25, 2024
1 parent ee05e73 commit dd1b39a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
- name: Install gcc
run: |
brew install gcc
- name: Install gfortran
- name: Symlink gfortran
run: |
brew install gfortran
ls /usr/local/Cellar/
ls /usr/local/Cellar/gcc@14/
- name: Install nlohmann-json
run: |
brew install nlohmann-json
Expand Down

0 comments on commit dd1b39a

Please sign in to comment.