We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db88d7c commit 402070dCopy full SHA for 402070d
.github/workflows/forlab-fpm-deployment.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install fpm latest release
30
uses: fortran-lang/setup-fpm@v3
31
with:
32
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ fpm-version: 'v0.4.0'
33
34
- name: Run fpm test ⚙
35
run: |
.github/workflows/fpm.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Install fpm
43
44
45
46
47
- name: Build & Test
48
0 commit comments