diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7fb90751..2d63db5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Install Dependencies run: | apt-get update - apt-get install ffmpeg + apt-get install -y ffmpeg - name: Setup Node uses: actions/setup-node@v2-beta