Skip to content

Commit

Permalink
fix: Remove --recursive from action to update mpl submodule (#672)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
robin-aws authored Aug 20, 2024
1 parent 99c489d commit 8150ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/polymorph_codegen/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ runs:
if: inputs.update-and-regenerate-mpl == 'true'
shell: bash
run: |
git submodule update --init --recursive --remote --merge mpl
git submodule update --remote --merge mpl
- name: Don't regenerate dependencies unless requested
id: dependencies
Expand Down

0 comments on commit 8150ee0

Please sign in to comment.