Browse Source

(#4) also build vodus.release

rexim 5 năm trước cách đây
mục cha
commit
c7f895a67f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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