Browse Source

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

rexim 5 years ago
parent
commit
f256a96a0d
1 changed files with 2 additions and 1 deletions
  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++