From: Daniel Arndt Date: Tue, 12 May 2020 03:19:28 +0000 (-0400) Subject: Use 64bit toolset variant X-Git-Tag: v9.2.0-rc1~16^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10148%2Fhead;p=dealii.git Use 64bit toolset variant --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 4e209cbb67..a9ff071ae3 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -23,7 +23,7 @@ jobs: mkdir build mkdir c:/project cd build - cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=c:/project .. + cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=c:/project -T host=x64 .. - name: archive logs uses: actions/upload-artifact@v1 with: