Kim Kulling 5 anni fa
parent
commit
bb046a3f80
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      .github/workflows/ccpp.yml

+ 2 - 2
.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