From: Timo Heister Date: Thu, 10 Dec 2020 23:23:08 +0000 (-0500) Subject: Select 64bit windows platform X-Git-Tag: v9.4.0-rc1~681^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ebe503de15d90dc6894f9c270bd9b7a698a7be9;p=dealii.git Select 64bit windows platform --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 897d8ed446..b46066f105 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -21,6 +21,7 @@ jobs: - name: info run: | cmake --version + cmake -h wmic logicaldisk get size, freespace, caption - name: configure shell: bash @@ -28,7 +29,7 @@ jobs: mkdir build mkdir c:/project cd build - cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=c:/project -DDEAL_II_WITH_ZLIB=off -DDEAL_II_CXX_FLAGS="-WX" -T host=x64 .. + cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=c:/project -DDEAL_II_WITH_ZLIB=off -DDEAL_II_CXX_FLAGS="-WX" -T host=x64 -A x64 .. - name: archive logs uses: actions/upload-artifact@v1 with: