From: Daniel Arndt Date: Fri, 30 May 2025 21:29:56 +0000 (-0400) Subject: Remove wmic X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18524%2Fhead;p=dealii.git Remove wmic --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 922a450870..20f0ffb425 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -52,7 +52,6 @@ jobs: run: | patch --version cmake --version - wmic logicaldisk get size, freespace, caption - name: configure run: | cmake -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=c:/project -DDEAL_II_CXX_FLAGS="-WX /D FE_EVAL_FACTORY_DEGREE_MAX=2" -T host=x64 -A x64