diff --git a/.github/workflows/windows_release.yml b/.github/workflows/windows_release.yml index 702fc436e6f..09a3c7c8ac1 100644 --- a/.github/workflows/windows_release.yml +++ b/.github/workflows/windows_release.yml @@ -85,16 +85,6 @@ jobs: mpm --find-updates mpm --admin --find-updates - # This will install all required packages and does that in a single thread. So later in cmake we can safely run in parallel - - name: Install required packages by building the Test document - shell: bash - working-directory: ./doc/ - run: | - # It shaves about 1min40s to preinstall from the .lst so do it first - mpm --verbose --admin --require=@energyplus_packages_windows.lst - cd test/ - xelatex dependencies.tex - - name: Create Build Directory run: cmake -E make_directory ./build/ @@ -105,7 +95,7 @@ jobs: set -x cmake -G "Visual Studio 16 2019" -A ${{ matrix.vs-generator }} \ -DLINK_WITH_PYTHON=ON -DBUILD_FORTRAN=ON -DBUILD_PACKAGE:BOOL=ON \ - -DDOCUMENTATION_BUILD="BuildWithAll" -DTEX_INTERACTION="batchmode" \ + -DDOCUMENTATION_BUILD="DoNotBuild" -DTEX_INTERACTION="batchmode" \ ../ - name: Build Package