Skip to content

Commit

Permalink
other attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Jul 19, 2024
1 parent 51209dd commit caa64fc
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 @@ -49,10 +49,10 @@ jobs:
# brew install python
- name: Fix fortran
run: |
ls /usr/local/bin/*gfortran*
ls /usr/local/lib/*gfortran*
#ls /usr/local/bin/*gfortran*
ls /usr/bin/*gfortran*
ls /usr/lib/*gfortran*
ls /usr/local/lib/*gfortran*
#ln -s /usr/local/bin/gfortran-10 /usr/local/bin/gfortran
- name: Install boost
run: |
Expand Down

0 comments on commit caa64fc

Please sign in to comment.