Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikKapila committed Nov 15, 2024
1 parent 92b1dcd commit 15782a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/library_interop_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 15782a4

Please sign in to comment.