Skip to content

Commit 4930e4f

Browse files
author
Enrico Martelli
committed
Enable experimental features for FFmpeg setup in CI Docker build
1 parent e4bbd1f commit 4930e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup FFmpeg
2828
shell: bash
2929
run: |
30-
docker run --rm -v "$PWD:/out" $(echo -e 'FROM alpine\nCOPY --from=mwader/static-ffmpeg:7.0.2 /ff* /\nENTRYPOINT cp /ff* /out' | docker build --platform=linux -q -)
30+
docker run --rm -v "$PWD:/out" $(echo -e 'FROM alpine\nCOPY --from=mwader/static-ffmpeg:7.0.2 /ff* /\nENTRYPOINT cp /ff* /out' | docker build --experimental -q -)
3131
echo "$PWD" >> "$GITHUB_PATH"
3232
3333
- name: Setup Java

0 commit comments

Comments
 (0)