File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55
55
dafny-version : ${{ inputs.mpl-dafny }}
56
56
57
57
- name : Update MPL submodule
58
- working-directory : submodules/MaterialProviders
58
+ working-directory : mpl
59
59
run : |
60
60
git fetch
61
61
git checkout ${{inputs.mpl-commit}}
Original file line number Diff line number Diff line change 65
65
dafny-version : ${{ inputs.mpl-dafny }}
66
66
67
67
- name : Update MPL submodule
68
- working-directory : submodules/MaterialProviders
68
+ working-directory : mpl
69
69
run : |
70
70
git fetch
71
71
git checkout ${{inputs.mpl-commit}}
@@ -175,7 +175,7 @@ jobs:
175
175
dafny-version : ${{ inputs.mpl-dafny }}
176
176
177
177
- name : Update MPL submodule
178
- working-directory : submodules/MaterialProviders
178
+ working-directory : mpl
179
179
run : |
180
180
git fetch
181
181
git checkout ${{inputs.mpl-commit}}
@@ -305,4 +305,4 @@ jobs:
305
305
run : |
306
306
NET_41_VECTOR_PATH=net41/vectors
307
307
cd $NET_41_VECTOR_PATH
308
- npx -y @aws-crypto/integration-node decrypt -v net41.zip -c cpu -f 100
308
+ npx -y @aws-crypto/integration-node decrypt -v net41.zip -c cpu -f 100
You can’t perform that action at this time.
0 commit comments