Skip to content

Commit 7683b32

Browse files
committed
forgottent argument
1 parent 4ca323e commit 7683b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fpm-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fpm-version: 'v0.10.0'
3737

3838
- run: |
39-
python config/fypp_deployment.py --deploy_stdlib_fpm
39+
python config/fypp_deployment.py --deploy_stdlib_fpm 1
4040
fpm test --flag "${{ join(matrix.toolchain.flags, ' ') }}"
4141
4242
# Update and deploy the f90 files generated by github-ci to the `stdlib-fpm` branch.

0 commit comments

Comments
 (0)