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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml
index 703fbc4..b2ecbe1 100644
--- a/.github/workflows/cpp.yml
+++ b/.github/workflows/cpp.yml
@@ -14,7 +14,7 @@
     - 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

--
Gitblit v1.9.1