Skip to content

Commit 20181f5

Browse files
committed
[build] Enable ffmpeg tests on ARM
1 parent 4cb0139 commit 20181f5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ jobs:
3636
- uses: actions/checkout@v4
3737

3838
- 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' }}
4239
uses: ./.github/actions/setup-ffmpeg
4340
with:
4441
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)