Skip to content

Commit

Permalink
MacOS workflow fix attempt #666
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Oct 25, 2024
1 parent 2256bf1 commit 94506ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
brew install gcc
- name: Symlink gfortran
run: |
sudo ln -s /opt/homebrew/Cellar/gcc/14.2.0_1/lib/gcc/14/ /usr/local/gfortran/lib
sudo ln -s /opt/homebrew/Cellar/gcc/14.2.0_1/lib/gcc/14 /usr/local/lib
sudo mkdir /usr/local/gfortran
sudo ln -s /opt/homebrew/Cellar/gcc/14.2.0_1/lib/gcc/14 /usr/local/gfortran/lib
- name: Install nlohmann-json
run: |
brew install nlohmann-json
Expand Down

0 comments on commit 94506ce

Please sign in to comment.