Skip to content

Commit

Permalink
Update CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristopherson committed Jul 30, 2024
1 parent 33441c2 commit 0d3ea09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
--slave /usr/bin/gcov gcov /usr/bin/gcov-${GCC_V}
- name: Install fpm
uses: fortran-lang/setup-fpm@v3
uses: fortran-lang/setup-fpm@v5
with:
fpm-version: 'v0.8.2'
github-token:${{ secrets.GITHUB_TOKEN }}

- name: Build LINALG
run: |
Expand Down

0 comments on commit 0d3ea09

Please sign in to comment.