Skip to content

Commit

Permalink
MacOS workflow attempt #671
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Oct 25, 2024
1 parent bb9db69 commit 2cc7c3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
ls /opt/homebrew/Cellar/gcc/14.2.0_1/lib/gcc/14/*fortran*
- name: Symlink gfortran
run: |
sudo cp /opt/homebrew/Cellar/gcc/14.2.0_1/lib/gcc/14/*libgfortran* /usr/lib/
sudo mkdir /usr/local/lib/
sudo cp /opt/homebrew/Cellar/gcc/14.2.0_1/lib/gcc/14/*libgfortran* /usr/local/lib/
- name: debug1
run: |
ls /usr/local/lib/*
Expand Down

0 comments on commit 2cc7c3f

Please sign in to comment.