We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 089f325 commit d14fca8Copy full SHA for d14fca8
.github/workflows/fpm-deployment.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Install fpm latest release
34
uses: fortran-lang/setup-fpm@v3
35
with:
36
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ fpm-version: 'v0.4.0'
37
38
- name: Run fpm test ⚙
39
run: |
0 commit comments