From 01fea5c331ce5a79cd8c6d44e9a1ea853f0a1b2f Mon Sep 17 00:00:00 2001 From: yangliz5 Date: Mon, 27 Jun 2022 16:22:14 -0500 Subject: [PATCH] remove duplicate build_type (#155) --- .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