From 8a0811b6d1af235b1d6c8d90992d2d94a9cc29ef Mon Sep 17 00:00:00 2001 From: Miku-666 <74728189+NessieHax@users.noreply.github.com> Date: Sat, 17 Dec 2022 23:42:35 +0100 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0ed0550e..0a21f1ae 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -11,9 +11,8 @@ jobs: - uses: actions/checkout@v3 - name: Checkout submodules - uses: srt32/git-actions@v0.0.3 - with: - args: git submodule update --init --recursive + run: | + git submodule update --init --recursive - name: Setup MSBuild uses: microsoft/setup-msbuild@v1.1