Skip to content

Commit

Permalink
update build action to use new install_ffmpeg.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-astra-video committed Mar 18, 2024
1 parent d65d471 commit 21f4628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21f4628

Please sign in to comment.