Skip to content

Commit

Permalink
MacOS workflow attempt #674
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Oct 25, 2024
1 parent d473db9 commit ddf1502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
- name: Symlink gfortran
run: |
sudo mkdir /usr/local/lib/
sudo cp /opt/homebrew/Cellar/gcc/14.2.0_1/lib/gcc/14/*libgfortran* /usr/local/lib/
sudo cp /opt/homebrew/Cellar/gcc/14.2.0_1/lib/gcc/14/*libgfortran* /opt/homebrew/lib/
- name: debug1
run: |
ls /usr/local/lib/*
- name: debug2
run: |
ls /opt/homebrew/local/
ls /opt/homebrew/lib/
- name: Install nlohmann-json
run: |
brew install nlohmann-json
Expand Down

0 comments on commit ddf1502

Please sign in to comment.