From 8d6fe038e2cfea6d1a881b0d986794cf10df7079 Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 11 Nov 2024 15:36:14 +0800 Subject: [PATCH] fix: disbale ci for now --- .github/workflows/cmake-single-platform.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index 4204922..982bb95 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -36,11 +36,10 @@ jobs: - name: Build # Build your program with the given configuration - run: cmake --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 # Execute tests defined by the CMake configuration. # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail - run: ctest -C ${{env.BUILD_TYPE}} - + # run: ctest -C ${{env.BUILD_TYPE}}