Skip to content

Commit

Permalink
ci: bump fpm version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed Sep 13, 2023
1 parent f73b455 commit d31f4d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
- name: Setup FPM
uses: fortran-lang/setup-fpm@v3
with:
fpm-version: 'v0.5.0'
fpm-version: 'latest'
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Build all projects
run: |
Expand Down

0 comments on commit d31f4d2

Please sign in to comment.