From e732a1043b274c002b4affd304c2e3d458c75d11 Mon Sep 17 00:00:00 2001 From: 0xb79orch <0xb79orch@gmail.com> Date: Sun, 17 Mar 2024 13:32:38 +0000 Subject: [PATCH] update build action to use new install_ffmpeg.sh --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 32b04895f8..6a72889007 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -50,7 +50,7 @@ jobs: - name: Get the latest install_ffmpeg.sh from go-livepeer run: | rm install_ffmpeg.sh || true - curl -LO https://raw.githubusercontent.com/livepeer/go-livepeer/master/install_ffmpeg.sh + curl -LO https://raw.githubusercontent.com/ad-astra-video/go-livepeer/av-add-av1/install_ffmpeg.sh chmod +x ./install_ffmpeg.sh - name: Cache ffmpeg