Browse Source

(#4) Try to render a video inside of test-third-party-build

rexim 5 năm trước cách đây
mục cha
commit
f256a96a0d
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      .github/workflows/ci.yml

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

@@ -24,7 +24,8 @@ jobs:
       - name: build vodus
         run: |
           make -B
-          ./vodus.debug
+          ./emote_downloader
+          make render
         env:
           CC: clang
           CXX: clang++