Skip to content

Commit cce22c2

Browse files
committed
- [#] install ffmpeg in GH workflow
1 parent 29eebe1 commit cce22c2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/go-release-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ jobs:
2525
with:
2626
go-version: 1.17
2727

28+
-
29+
name: Install & cache ffmpeg
30+
uses: awalsh128/cache-apt-pkgs-action@latest
31+
with:
32+
packages: ffmpeg
33+
2834
-
2935
name: Checkout
3036
uses: actions/checkout@v2

0 commit comments

Comments
 (0)