Skip to content

Commit 7fc6e5a

Browse files
committed
CI: Force fpm 0.12.0
fpm 0.13.0 has apparently broken LFortran
1 parent 412be35 commit 7fc6e5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,8 @@ jobs:
237237
uses: fortran-lang/setup-fpm@main
238238
with:
239239
github-token: ${{ secrets.GITHUB_TOKEN }}
240-
fpm-version: latest
240+
fpm-version: v0.12.0 # fpm v0.13.0 breaks LFortran
241+
#fpm-version: latest
241242

242243
- name: Build FPM
243244
if: false

0 commit comments

Comments
 (0)