Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-11-23 14:57:57 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-11-23 14:57:57 +0300
commit68ba408fdfb0fbfca1ff2aae2ef6ce519fcc7c6e (patch)
tree05af2ef432bc224854e2e491b19518a896da5e16 /.github
parent46b3a0f4bec7d4b2408d3e25180e995d2d9b9651 (diff)
Try again on forcing using of VS2017 on the CI.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/unittests_windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/unittests_windows.yml b/.github/workflows/unittests_windows.yml
index b0039ede..9b3b4cdb 100644
--- a/.github/workflows/unittests_windows.yml
+++ b/.github/workflows/unittests_windows.yml
@@ -30,7 +30,7 @@ jobs:
if [ "${{ matrix.configuration }}" = "status_code" ]; then
export CMAKE_CONFIGURE_OPTIONS="-DLLFIO_USE_EXPERIMENTAL_SG14_STATUS_CODE=ON"
fi
- ctest -S .ci.cmake -VV --timeout 900 "-DCTEST_CONFIGURE_OPTIONS=$CMAKE_CONFIGURE_OPTIONS;CTEST_CMAKE_GENERATOR=\"Visual Studio 15 2019 Win64\"" -DCTEST_SITE=$NAME
+ ctest -S .ci.cmake -VV --timeout 900 "-DCTEST_CONFIGURE_OPTIONS=$CMAKE_CONFIGURE_OPTIONS" -DCTEST_SITE=$NAME -DCTEST_CMAKE_GENERATOR="Visual Studio 15 2019 Win64"
- name: Upload Prebuilt Binaries
uses: actions/upload-artifact@v2