Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jalvesz authored Jan 15, 2024
1 parent 05b7a64 commit 2a1fa52
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,8 @@ jobs:
if: contains( matrix.os, 'macos')
run: |
brew reinstall gcc@${{ matrix.toolchain.version }}
find /usr/local -name "libgfortran"
find /usr/local -name "libquadmath"
find /usr/local -name "gfortran"
ln -s /usr/local/lib/gcc/${{ matrix.toolchain.version }}/libgfortran.5.dylib /usr/local/lib/
ln -s /usr/local/lib/gcc/${{ matrix.toolchain.version }}/libquadmath.0.dylib /usr/local/lib/
ln -s /usr/local/Cellar/gcc/${{ matrix.toolchain.version }}/bin/gfortran /usr/local/bin/gfortran
- run: |
fpm test --compiler ${{ env.FC }} --c-compiler ${{ env.CC }} --cxx-compiler ${{ env.CXX }} --flag "${{ join(matrix.toolchain.flags, ' ') }}"
Expand Down

0 comments on commit 2a1fa52

Please sign in to comment.