diff --git a/.github/workflows/build_windows.yml b/.github/workflows/build_windows.yml index 3b4688c24..6e70c1c52 100644 --- a/.github/workflows/build_windows.yml +++ b/.github/workflows/build_windows.yml @@ -63,12 +63,6 @@ jobs: run: | 7z x jom.zip -ojom - - name: Configure - working-directory: ${{ runner.temp }}\shadow_build_dir - run: cmake -S ${{ github.workspace }} -B . -G Ninja ^ - -DCMAKE_BUILD_TYPE=${{ matrix.BuildType }} ^ - -DQGC_STABLE_BUILD=${{ github.ref_type == 'tag' || contains(github.ref, 'Stable') && 'ON' || 'OFF' }} - - name: Build working-directory: ${{ runner.temp }}\shadow_build_dir run: |