Skip to content

Commit

Permalink
Use local install_ffmpeg.sh in github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
j0sh committed Jul 1, 2024
1 parent 9994662 commit 1dab663
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ jobs:
cache: true
cache-dependency-path: go.sum

- 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
chmod +x ./install_ffmpeg.sh
- name: Cache ffmpeg
id: cache-ffmpeg
uses: actions/cache@v4
Expand Down

0 comments on commit 1dab663

Please sign in to comment.