Skip to content

Commit

Permalink
MacOS workflow cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Oct 28, 2024
1 parent 7203706 commit dbdd104
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,6 @@ jobs:
- name: Install gcc
run: |
brew install gcc
- name: debug0
run: |
ls /opt/homebrew/Cellar/gcc/14.2.0_1/lib/gcc/14/*fortran*
- name: Symlink gfortran
run: |
sudo mkdir /usr/local/lib/
sudo cp /opt/homebrew/Cellar/gcc/14.2.0_1/lib/gcc/14/*libgfortran* /opt/homebrew/lib/
- name: debug2
run: |
ls /opt/homebrew/lib/
- name: debug3
run: |
ls /opt/homebrew/bin/
- name: Install nlohmann-json
run: |
brew install nlohmann-json
Expand Down

0 comments on commit dbdd104

Please sign in to comment.