Skip to content

Commit 402070d

Browse files
committed
Update fpm version.
1 parent db88d7c commit 402070d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/forlab-fpm-deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install fpm latest release
3030
uses: fortran-lang/setup-fpm@v3
3131
with:
32-
github-token: ${{ secrets.GITHUB_TOKEN }}
32+
fpm-version: 'v0.4.0'
3333

3434
- name: Run fpm test ⚙
3535
run: |

.github/workflows/fpm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install fpm
4343
uses: fortran-lang/setup-fpm@v3
4444
with:
45-
github-token: ${{ secrets.GITHUB_TOKEN }}
45+
fpm-version: 'v0.4.0'
4646

4747
- name: Build & Test
4848
run: |

0 commit comments

Comments
 (0)