summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2021-07-10 21:31:21 -0700
committerRalph Giles <giles@thaumas.net>2021-07-11 13:53:07 -0700
commit313ab5852fe7cc8ce43c2c4925cc04623c532722 (patch)
tree927369247a44376fb6e3ba6e9efad0ade0104ba0
parent10797d58962dc13df5d4772322790754165a3c93 (diff)
downloadflac-313ab5852fe7cc8ce43c2c4925cc04623c532722.tar.gz
github actions: Add dummy ctest config switch.
This is required on windows, but not on other platforms. It needs to be the default `Debug` target, rather than `Release` to match CMAKE_BUILD_TYPE, for the $TARGET_FILE mapping to produce the correct path. See https://gitlab.kitware.com/cmake/cmake/-/issues/20283
-rw-r--r--.github/workflows/action.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml
index c7c8c3c5..b6d25321 100644
--- a/.github/workflows/action.yml
+++ b/.github/workflows/action.yml
@@ -173,7 +173,7 @@ jobs:
CC: ${{ matrix.cc }}
CXX: ${{ matrix.cxx }}
working-directory: cmake-build
- run: ctest -V
+ run: ctest -V -C Debug
- name: Upload logs on failure
uses: actions/upload-artifact@v2