From b54d5987460226672f0c680c8eb96f9fef7339dc Mon Sep 17 00:00:00 2001 From: Robin Salkeld Date: Sun, 10 Mar 2024 19:56:31 -0700 Subject: [PATCH] missing submodule init in new workflow --- .github/workflows/library_interop_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/library_interop_tests.yml b/.github/workflows/library_interop_tests.yml index ee3c1f67b..14139632c 100644 --- a/.github/workflows/library_interop_tests.yml +++ b/.github/workflows/library_interop_tests.yml @@ -46,6 +46,7 @@ jobs: run: | git submodule update --init libraries git submodule update --init --recursive mpl + git submodule update --init smithy-dafny - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v4