Skip to content

Commit 8150ee0

Browse files
authored
fix: Remove --recursive from action to update mpl submodule (#672)
Fixes both failures in the nightly build, since it was trying to also update the specification, which wasn't necessary and doesn't update cleanly: https://github.com/aws/aws-encryption-sdk-dafny/actions/runs/10475570505. Also removed --init since that was pointless in this case.
1 parent 99c489d commit 8150ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/polymorph_codegen/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ runs:
6161
if: inputs.update-and-regenerate-mpl == 'true'
6262
shell: bash
6363
run: |
64-
git submodule update --init --recursive --remote --merge mpl
64+
git submodule update --remote --merge mpl
6565
6666
- name: Don't regenerate dependencies unless requested
6767
id: dependencies

0 commit comments

Comments
 (0)