File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2626 - name : Setup FFmpeg
2727 shell : bash
2828 run : |
29- docker run --rm -v "$PWD:/out" --experimental $(docker build -q -f .github/workflows/FFmpeg.dockerfile .)
29+ docker create --name ffmpeg mwader/static-ffmpeg:7.0.2
30+ docker cp ffmpeg:/usr/local/bin/ffmpeg ffmpeg
31+ docker cp ffmpeg:/usr/local/bin/ffprobe ffprobe
32+ docker rm -f ffmpeg
3033 echo "$PWD" >> "$GITHUB_PATH"
3134
3235 - name : Setup Java
Original file line number Diff line number Diff line change 11ffmpeg /static-ffmpeg:([\d.]+)/ docker:mwader/static-ffmpeg|~7.0
22qodana /qodana-jvm:([\d.]+)/ docker:jetbrains/qodana-jvm|/^[\d]{4}\.\d+$/|sort
33
4- .github/workflows/FFmpeg.dockerfile
4+ .github/workflows/unit-test.yml
55Dockerfile
66qodana.yaml
You can’t perform that action at this time.
0 commit comments