From acae58dc6905e15d3c2b57cbf3a6d890fa6b7e68 Mon Sep 17 00:00:00 2001 From: Miku-666 <74728189+NessieHax@users.noreply.github.com> Date: Sat, 17 Dec 2022 23:39:25 +0100 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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