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