From e9ba30780106fda235ecb3a915eb09535a5533ec Mon Sep 17 00:00:00 2001 From: MistEO Date: Fri, 27 Oct 2023 14:17:27 +0800 Subject: [PATCH] 1 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64d3d02..eda46ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,9 +74,9 @@ jobs: run: | mkdir build cd build - cmake -G Ninja .. + cmake .. - ninja + cmake --build . - name: Run Testing run: |