瀏覽代碼

(#4) also build vodus.release

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

+ 1 - 1
.github/workflows/ci.yml

@@ -23,7 +23,7 @@ jobs:
           cd ..
       - name: build vodus
         run: |
-          make -B vodus.debug
+          make -B vodus.release vodus.debug
 
   build-linux-gcc:
     runs-on: ubuntu-18.04