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 7
7
workflow_dispatch :
8
8
inputs :
9
9
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..)"
11
11
required : true
12
12
type : string
13
13
mpl-commit :
14
- description : " The MPL commit to use"
14
+ description : " The MPL branch/ commit to use"
15
15
required : false
16
- default : " HEAD "
16
+ default : " main "
17
17
type : string
18
18
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..)"
20
20
required : true
21
21
type : string
22
22
Original file line number Diff line number Diff line change 63
63
java-version : ${{ matrix.java-version }}
64
64
65
65
- name : Build MPL with Dafny ${{inputs.mpl-dafny}}
66
- working-directory : submodules/MaterialProviders/submodules/MaterialProviders/ TestVectorsAwsCryptographicMaterialProviders
66
+ working-directory : submodules/MaterialProviders/TestVectorsAwsCryptographicMaterialProviders
67
67
run : |
68
68
# This works because `node` is installed by default on GHA runners
69
69
CORES=$(node -e 'console.log(os.cpus().length)')
You can’t perform that action at this time.
0 commit comments