瀏覽代碼

Select releyase config

Kim Kulling 5 年之前
父節點
當前提交
c2cbac979e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/ccpp.yml

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

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