Skip to content

Commit d14fca8

Browse files
authored
Pin specific fpm version (#558)
1 parent 089f325 commit d14fca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fpm-deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install fpm latest release
3434
uses: fortran-lang/setup-fpm@v3
3535
with:
36-
github-token: ${{ secrets.GITHUB_TOKEN }}
36+
fpm-version: 'v0.4.0'
3737

3838
- name: Run fpm test ⚙
3939
run: |

0 commit comments

Comments
 (0)