Skip to content

Commit

Permalink
another debugging attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Oct 25, 2024
1 parent dd1b39a commit 4725c51
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ jobs:
brew install gcc
- name: Symlink gfortran
run: |
ls /usr/local/Cellar/
ls /usr/local/Cellar/gcc@14/
ls /opt/homebrew/Cellar/gcc/14.2.0_1/
ls /opt/homebrew/Cellar/gcc/14.2.0_1/lib
ls /opt/homebrew/Cellar/gcc/14.2.0_1/lib/gcc
ls /opt/homebrew/Cellar/gcc/14.2.0_1/lib/gcc/14/
- name: Install nlohmann-json
run: |
brew install nlohmann-json
Expand Down

0 comments on commit 4725c51

Please sign in to comment.