Skip to content

Commit cef1e27

Browse files
committed
Fix CI broken by fpm 0.11.0 and setup-fpm
1 parent 178131d commit cef1e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout code
1616
uses: actions/checkout@v4
1717

18-
- uses: fortran-lang/setup-fpm@v6.0.1
18+
- uses: fortran-lang/setup-fpm@main
1919
with:
2020
github-token: ${{ secrets.GITHUB_TOKEN }}
2121

0 commit comments

Comments
 (0)