浏览代码

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

rexim 5 年之前
父节点
当前提交
f256a96a0d
共有 1 个文件被更改,包括 2 次插入1 次删除
  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++