diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 51f85c22..0ed0550e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -11,7 +11,9 @@ jobs: - uses: actions/checkout@v3 - name: Checkout submodules - uses: textbook/git-checkout-submodule-action@2.1.1 + uses: srt32/git-actions@v0.0.3 + with: + args: git submodule update --init --recursive - name: Setup MSBuild uses: microsoft/setup-msbuild@v1.1