diff --git a/.github/workflows/windows-workflow.yml b/.github/workflows/windows-workflow.yml index 00a598ad5a..5afe2547bf 100644 --- a/.github/workflows/windows-workflow.yml +++ b/.github/workflows/windows-workflow.yml @@ -96,7 +96,6 @@ jobs: uses: actions/checkout@v2 - name: Checkout Submodules - if: steps.cache-submodules.outputs.cache-hit != 'true' run: git submodule update --init --recursive -j $env:NUMBER_OF_PROCESSORS - name: Setup Buildcache