From 13714e889fde9cbefa74017c92899be6c4b7fb51 Mon Sep 17 00:00:00 2001 From: Mascali Date: Tue, 26 Mar 2024 01:38:46 +0100 Subject: [PATCH] apt -y --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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