File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,6 @@ name: fpm-deployment
22
33on : [push, pull_request]
44
5- env :
6- FPM_VERSION : ' v0.12.0' # FPM version
7- SETUP_FPM_VERSION : ' v8' # setup-fpm action version
8-
95jobs :
106 deploy :
117 name : Run tests and deploys the fpm branches
3632 version : ${{ matrix.toolchain.version }}
3733
3834 - name : Setup Fortran Package Manager
39- uses : fortran-lang/setup-fpm@${{ env.SETUP_FPM_VERSION }}
35+ uses : fortran-lang/setup-fpm@v8
4036 with :
41- fpm-version : ${{ env.FPM_VERSION }}
37+ fpm-version : v0.12.0
4238
4339 - run : | # Just for deployment: create stdlib-fpm folder
4440 python config/fypp_deployment.py --deploy_stdlib_fpm
9086 version : ${{ matrix.toolchain.version }}
9187
9288 - name : Setup Fortran Package Manager
93- uses : fortran-lang/setup-fpm@${{ env.SETUP_FPM_VERSION }}
89+ uses : fortran-lang/setup-fpm@v8
9490 with :
95- fpm-version : ${{ env.FPM_VERSION }}
91+ fpm-version : v0.12.0
9692
9793 - name : Prepare for code coverage
9894 if : contains( matrix.os, 'ubuntu')
You can’t perform that action at this time.
0 commit comments