From bb046a3f80176af33577f0bd9f9a4eab632285b3 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Mon, 30 Mar 2020 21:41:03 +0200 Subject: [PATCH] fix typo --- .github/workflows/ccpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index c8f3de504..15f7643ce 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -37,9 +37,9 @@ jobs: steps: - uses: actions/checkout@v1 - name: configure - run: cmake CMakeLists.txt --config Release + run: cmake CMakeLists.txt - name: build - run: cmake --build . + run: cmake --build . --config Release - name: test run: | cd bin\Release