From df2d07dea5f47a851ad724ceae4a3cb5cddd3478 Mon Sep 17 00:00:00 2001 From: Cameron Gilbert Date: Tue, 18 Jun 2024 16:24:27 -0400 Subject: [PATCH] fix: build --- .github/workflows/test-ts-sdk.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-ts-sdk.yaml b/.github/workflows/test-ts-sdk.yaml index a72691ff..847e0ed1 100644 --- a/.github/workflows/test-ts-sdk.yaml +++ b/.github/workflows/test-ts-sdk.yaml @@ -23,6 +23,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis + submodules: "true" - name: Checkout nibiru Repository uses: actions/checkout@v4