Skip to content

Commit

Permalink
update fpm version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz committed Mar 11, 2024
1 parent 5882ad6 commit ac65112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fpm-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
--slave /usr/bin/gcov gcov /usr/bin/gcov-${{ env.GCC_V }}
- name: Install fpm latest release
uses: fortran-lang/setup-fpm@v3
uses: fortran-lang/setup-fpm@v5
with:
fpm-version: 'v0.4.0'
fpm-version: 'v0.10.0'

- name: Run fpm test ⚙
run: |
Expand Down

0 comments on commit ac65112

Please sign in to comment.