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 1550ba6 commit 1df0c0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
if: contains( matrix.os, 'macos')
run: |
brew reinstall gcc@13
ln -s /usr/local/lib/gcc/13.2.0/libgfortran.5.dylib /usr/local/lib/
ln -s /usr/local/lib/gcc/13.2.0/libquadmath.0.dylib /usr/local/lib/
ln -s /usr/local/lib/gcc/13/libgfortran.5.dylib /usr/local/lib/
ln -s /usr/local/lib/gcc/13/libquadmath.0.dylib /usr/local/lib/
- 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 1df0c0a

Please sign in to comment.