diff --git a/.github/workflows/go-release-build.yml b/.github/workflows/go-release-build.yml index e93c6c3..ff387dd 100644 --- a/.github/workflows/go-release-build.yml +++ b/.github/workflows/go-release-build.yml @@ -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