From 33041ad25a6add7beace4a680ffaaf88c5c3948a Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周日, 25 10月 2020 17:55:04 +0800 Subject: [PATCH] fix linux disk detection --- .github/workflows/cpp.yml | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml index 4ff1d72..b2ecbe1 100644 --- a/.github/workflows/cpp.yml +++ b/.github/workflows/cpp.yml @@ -14,10 +14,12 @@ - name: Compile run: | cd build - cmake -G "Visual Studio 16 2019" -DBUILD_TESTING:BOOL=OFF -DLCC_PROJECT_NAME:STRING=geode .. + cmake -G "Visual Studio 16 2019" -DLCC_PROJECT_NAME:STRING=test .. cmake --build . --target install --config Debug shell: bash - name: Test - run: ctest -C Release + run: | + cd build + ctest -C Debug shell: bash \ No newline at end of file -- Gitblit v1.9.1