From 13dc8b0f38e0dcc1e4d87f6c37a781bbb42326ce Mon Sep 17 00:00:00 2001 From: Freddy Boulton Date: Wed, 17 Jan 2024 03:37:10 +0530 Subject: [PATCH] Revert install ffmpeg action to version 2 (#7039) --- .github/actions/install-all-deps/action.yml | 2 +- .github/workflows/backend.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/install-all-deps/action.yml b/.github/actions/install-all-deps/action.yml index f89e8a7c47..387c14f9ff 100644 --- a/.github/actions/install-all-deps/action.yml +++ b/.github/actions/install-all-deps/action.yml @@ -45,7 +45,7 @@ runs: python -m pip install -e client/python python -m pip install -e . - name: Install ffmpeg - uses: FedericoCarboni/setup-ffmpeg@v3 + uses: FedericoCarboni/setup-ffmpeg@v2 - name: install-frontend uses: "./.github/actions/install-frontend-deps" with: diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 75390e66c8..92a00e61a9 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -106,7 +106,7 @@ jobs: . venv/bin/activate python -m pip install -r client/python/test/requirements.txt - name: Install ffmpeg - uses: FedericoCarboni/setup-ffmpeg@v3 + uses: FedericoCarboni/setup-ffmpeg@v2 - name: Install Gradio and Client Libraries Locally (Linux) if: runner.os == 'Linux' run: | @@ -207,7 +207,7 @@ jobs: . venv/bin/activate bash scripts/install_test_requirements.sh - name: Install ffmpeg - uses: FedericoCarboni/setup-ffmpeg@v3 + uses: FedericoCarboni/setup-ffmpeg@v2 - name: Lint (Linux) if: runner.os == 'Linux' run: |