From d2078603439ddfc581e372115359816c33b7e293 Mon Sep 17 00:00:00 2001 From: yangliz5 Date: Sun, 5 Jun 2022 16:15:58 -0500 Subject: [PATCH] remove duplicate build_type --- .github/workflows/standalone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/standalone.yml b/.github/workflows/standalone.yml index 079ca7e..5d64e87 100644 --- a/.github/workflows/standalone.yml +++ b/.github/workflows/standalone.yml @@ -26,7 +26,7 @@ jobs: key: ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }} - name: configure - run: cmake -Sstandalone -Bbuild -DCMAKE_BUILD_TYPE=Debug -DCMAKE_BUILD_TYPE=Debug + run: cmake -Sstandalone -Bbuild -DCMAKE_BUILD_TYPE=Debug - name: build run: cmake --build build -j4