From fcc70a40ebef971aff14b09f683c683124f24d26 Mon Sep 17 00:00:00 2001 From: Sigma711 <1979934715@qq.com> Date: Wed, 30 Aug 2023 21:11:37 -0400 Subject: [PATCH] [CI/CD] Modify build the toolchain --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 7a908ff..ad256ab 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -62,7 +62,7 @@ jobs: - name: Build # Build your program with the given configuration - run: cmake -G Ninja --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} + run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} - name: Test working-directory: ${{github.workspace}}/build/test