Skip to content

Commit 65c7013

Browse files
committed
CI: Add a build step to output run-fpm info
1 parent 04eca16 commit 65c7013

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ jobs:
278278
gfortran-14 -o fpm-temp/fpm fpm-$FPM_VERSION.F90
279279
echo "PATH=${PWD}/fpm-temp:${PATH}" >> "$GITHUB_ENV"
280280
281-
- name: Version info
281+
- name: Version info (pre-build)
282282
run: |
283283
echo == TOOL VERSIONS ==
284284
echo Platform version info:
@@ -300,6 +300,10 @@ jobs:
300300
set -x
301301
./install.sh --prefix=${PREFIX} --network=${{ matrix.network }} --verbose
302302
303+
- name: Version info (run-fpm)
304+
run: |
305+
./run-fpm.sh info
306+
303307
- name: Run examples
304308
run: |
305309
echo CAF_IMAGES=${CAF_IMAGES}

0 commit comments

Comments
 (0)