From 92b1dcd04823cf77ac24efeaead7dc5acf76aa00 Mon Sep 17 00:00:00 2001 From: Ritvik Kapila Date: Fri, 15 Nov 2024 09:38:50 -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 ca633e3a4..bf598df8c 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 + - run: git submodule update --init smithy-dafny --recursive # 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 + - run: git submodule update --init smithy-dafny --recursive # Set up runtimes - name: Setup .NET Core SDK ${{ matrix.dotnet-version }}