From 15782a4eadd9a925157a8e18e312bd1d413cb779 Mon Sep 17 00:00:00 2001 From: Ritvik Kapila Date: Fri, 15 Nov 2024 09:44:10 -0800 Subject: [PATCH] fix --- .github/workflows/library_interop_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/library_interop_tests.yml b/.github/workflows/library_interop_tests.yml index bf598df8c..28cc5e5bf 100644 --- a/.github/workflows/library_interop_tests.yml +++ b/.github/workflows/library_interop_tests.yml @@ -49,7 +49,7 @@ jobs: # Not all submodules are needed. # We manually pull the submodule we DO need. - run: git submodule update --init libraries - - run: git submodule update --init smithy-dafny --recursive + - run: git submodule update --init --recursive smithy-dafny # Set up runtimes - name: Setup .NET Core SDK ${{ matrix.dotnet-version }} @@ -216,7 +216,7 @@ jobs: # Not all submodules are needed. # We manually pull the submodule we DO need. - run: git submodule update --init libraries - - run: git submodule update --init smithy-dafny --recursive + - run: git submodule update --init --recursive smithy-dafny # Set up runtimes - name: Setup .NET Core SDK ${{ matrix.dotnet-version }}