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 eaaa037 commit dbeefa6Copy full SHA for dbeefa6
3 files changed
.github/workflows/FFmpeg.dockerfile
.github/workflows/unit-test.yml
@@ -26,7 +26,10 @@ jobs:
26
- name: Setup FFmpeg
27
shell: bash
28
run: |
29
- docker run --rm -v "$PWD:/out" --experimental $(docker build -q -f .github/workflows/FFmpeg.dockerfile .)
+ 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
33
echo "$PWD" >> "$GITHUB_PATH"
34
35
- name: Setup Java
Bumpfile
@@ -1,6 +1,6 @@
1
ffmpeg /static-ffmpeg:([\d.]+)/ docker:mwader/static-ffmpeg|~7.0
2
qodana /qodana-jvm:([\d.]+)/ docker:jetbrains/qodana-jvm|/^[\d]{4}\.\d+$/|sort
3
4
-.github/workflows/FFmpeg.dockerfile
+.github/workflows/unit-test.yml
5
Dockerfile
6
qodana.yaml
0 commit comments