We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb0139 commit 20181f5Copy full SHA for 20181f5
1 file changed
.github/workflows/build.yml
@@ -36,9 +36,6 @@ jobs:
36
- uses: actions/checkout@v4
37
38
- name: Setup FFmpeg
39
- # TODO: This action currently does not work for non-x64 builders (e.g. macos-14):
40
- # https://github.com/federicocarboni/setup-ffmpeg/issues/21
41
- if: ${{ runner.arch == 'X64' }}
42
uses: ./.github/actions/setup-ffmpeg
43
with:
44
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments