We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75ada9 commit 7e33f71Copy full SHA for 7e33f71
.github/workflows/go.yml
@@ -36,7 +36,13 @@ jobs:
36
# https://github.com/golangci/golangci-lint-action/issues/807
37
skip-cache: true
38
39
+ - name: Setup FFmpeg
40
+ id: setup_ffmpeg
41
+ uses: federicocarboni/[email protected]
42
+
43
- name: Test
44
run: go test -v ./...
45
env:
46
OMDB_API_KEY: ${{ secrets.TMDB_API_KEY }}
47
+ FORMAT_FFMPEG_BINARY_PATH: ${{ steps.setup_ffmpeg.outputs.ffmpeg-path }}/ffmpeg
48
+ FORMAT_FFPROBE_BINARY_PATH: ${{ steps.setup_ffmpeg.outputs.ffmpeg-path }}/ffprobe
0 commit comments