Skip to content

Commit

Permalink
- [#] install ffmpeg in GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
suntong committed May 18, 2023
1 parent 29eebe1 commit cce22c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/go-release-build.yml
Expand Up @@ -25,6 +25,12 @@ jobs:
with:
go-version: 1.17

-
name: Install & cache ffmpeg
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: ffmpeg

-
name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit cce22c2

Please sign in to comment.