Kim Kulling 5 years ago
parent
commit
bb046a3f80
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/ccpp.yml

+ 2 - 2
.github/workflows/ccpp.yml

@@ -37,9 +37,9 @@ jobs:
     steps:
     steps:
     - uses: actions/checkout@v1
     - uses: actions/checkout@v1
     - name: configure
     - name: configure
-      run: cmake CMakeLists.txt --config Release
+      run: cmake CMakeLists.txt
     - name: build
     - name: build
-      run: cmake --build .
+      run: cmake --build . --config Release
     - name: test
     - name: test
       run: | 
       run: | 
         cd bin\Release
         cd bin\Release