diff --git a/.github/workflows/windows-6.2.yml b/.github/workflows/windows-6.2.yml index 0b1a7f80..31109c9b 100644 --- a/.github/workflows/windows-6.2.yml +++ b/.github/workflows/windows-6.2.yml @@ -92,7 +92,6 @@ jobs: id: build shell: cmd run: | - # call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.msvc_arch }} qmake "CONFIG+=zim_support" CONFIG+=release nmake diff --git a/.github/workflows/windows-PR-check.yml b/.github/workflows/windows-PR-check.yml index 7997dbcb..750130c6 100644 --- a/.github/workflows/windows-PR-check.yml +++ b/.github/workflows/windows-PR-check.yml @@ -60,6 +60,5 @@ jobs: id: build shell: cmd run: | - # call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.msvc_arch }} qmake "CONFIG+=zim_support" CONFIG+=release nmake