File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77 workflow_dispatch :
88 inputs :
99 mpl-dafny :
10- description : " The Dafny version to compile the MPL with (4.2.0, dafny- nightly, etc..)"
10+ description : " The Dafny version to compile the MPL with (4.2.0, nightly-latest , etc..)"
1111 required : true
1212 type : string
1313 mpl-commit :
14- description : " The MPL commit to use"
14+ description : " The MPL branch/ commit to use"
1515 required : false
16- default : " HEAD "
16+ default : " main "
1717 type : string
1818 dbesdk-dafny :
19- description : " The Dafny version to compile the DBESDK with (4.2.0, dafny- nightly, etc..)"
19+ description : " The Dafny version to compile the DBESDK with (4.2.0, nightly-latest , etc..)"
2020 required : true
2121 type : string
2222
Original file line number Diff line number Diff line change 6363 java-version : ${{ matrix.java-version }}
6464
6565 - name : Build MPL with Dafny ${{inputs.mpl-dafny}}
66- working-directory : submodules/MaterialProviders/submodules/MaterialProviders/ TestVectorsAwsCryptographicMaterialProviders
66+ working-directory : submodules/MaterialProviders/TestVectorsAwsCryptographicMaterialProviders
6767 run : |
6868 # This works because `node` is installed by default on GHA runners
6969 CORES=$(node -e 'console.log(os.cpus().length)')
You can’t perform that action at this time.
0 commit comments