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