Skip to content

Commit 152d2a1

Browse files
committed
CI: Add a build step to output run-fpm info
1 parent 19ac9ed commit 152d2a1

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
@@ -291,7 +291,7 @@ jobs:
291291
gfortran-14 -o fpm-temp/fpm fpm-$FPM_VERSION.F90
292292
echo "PATH=${PWD}/fpm-temp:${PATH}" >> "$GITHUB_ENV"
293293
294-
- name: Version info
294+
- name: Version info (pre-build)
295295
run: |
296296
echo == TOOL VERSIONS ==
297297
echo Platform version info:
@@ -313,6 +313,10 @@ jobs:
313313
set -x
314314
./install.sh --prefix=${PREFIX} --network=${{ matrix.network }} --verbose
315315
316+
- name: Version info (run-fpm)
317+
run: |
318+
./run-fpm.sh info
319+
316320
- name: Run examples
317321
run: |
318322
echo CAF_IMAGES=${CAF_IMAGES}

0 commit comments

Comments
 (0)