From 032495204f1737aff63adfe929a22f549229ca42 Mon Sep 17 00:00:00 2001 From: "Joseph C. Osborn" Date: Mon, 3 Nov 2025 09:14:20 -0800 Subject: [PATCH] try ffmpeg downloading action --- .github/workflows/rust.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 1ba48e6..8f5d72a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -14,6 +14,14 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - uses: FedericoCarboni/setup-ffmpeg@v3 + id: setup-ffmpeg + with: + ffmpeg-version: "8.0" + linking-type: static + # As of version 3 of this action, builds are no longer downloaded from GitHub + # except on Windows: https://github.com/GyanD/codexffmpeg/releases. + github-token: ${{ github.server_url == 'https://github.com' && github.token || '' }} - name: Rust Cache uses: Swatinem/rust-cache@v2.7.7 with: