From e46b2da06c66e85b73cdf9f2518f804c69a94a93 Mon Sep 17 00:00:00 2001 From: mekya Date: Sun, 8 Sep 2024 12:47:18 +0300 Subject: [PATCH] Update ffmpeg versions --- .github/actions/build-projects/action.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/actions/build-projects/action.yml b/.github/actions/build-projects/action.yml index e28bc037b..ad7906126 100644 --- a/.github/actions/build-projects/action.yml +++ b/.github/actions/build-projects/action.yml @@ -96,5 +96,11 @@ runs: - name: Replace ffmpeg builds shell: bash run: | - wget -O ~/.m2/repository/org/bytedeco/ffmpeg/5.1.2-1.5.8/ffmpeg-5.1.2-1.5.8-linux-x86_64.jar https://storage.sbg.cloud.ovh.net/v1/AUTH_8cb28f9bc6ee43f0a3a1825efbb4311e/test-storage/ffmpeg-5.1.2-1.5.8-linux-x86_64.jar - wget -O ~/.m2/repository/org/bytedeco/ffmpeg/5.1.2-1.5.8/ffmpeg-5.1.2-1.5.8-linux-arm64.jar https://storage.sbg.cloud.ovh.net/v1/AUTH_8cb28f9bc6ee43f0a3a1825efbb4311e/test-storage/ffmpeg-5.1.2-1.5.8-linux-arm64.jar + - mkdir -p ~/.m2/repository/org/bytedeco/ffmpeg/7.1.0-1.5.11-SNAPSHOT/ + - wget -O ~/.m2/repository/org/bytedeco/ffmpeg/7.1.0-1.5.11-SNAPSHOT/ffmpeg-7.1.0-1.5.11-SNAPSHOT-linux-x86_64.jar https://storage.sbg.cloud.ovh.net/v1/AUTH_8cb28f9bc6ee43f0a3a1825efbb4311e/test-storage/ffmpeg-7.1.0-1.5.11-SNAPSHOT-linux-x86_64.jar + - wget -O ~/.m2/repository/org/bytedeco/ffmpeg/7.1.0-1.5.11-SNAPSHOT/ffmpeg-7.1.0-1.5.11-SNAPSHOT-macosx-x86_64.jar https://storage.sbg.cloud.ovh.net/v1/AUTH_8cb28f9bc6ee43f0a3a1825efbb4311e/test-storage/ffmpeg-7.1.0-1.5.11-SNAPSHOT-macosx-x86_64.jar + - wget -O ~/.m2/repository/org/bytedeco/ffmpeg/7.1.0-1.5.11-SNAPSHOT/ffmpeg-7.1.0-1.5.11-SNAPSHOT-linux-arm64.jar https://storage.sbg.cloud.ovh.net/v1/AUTH_8cb28f9bc6ee43f0a3a1825efbb4311e/test-storage/ffmpeg-7.1.0-1.5.11-SNAPSHOT-linux-arm64.jar + - wget -O ~/.m2/repository/org/bytedeco/ffmpeg/7.1.0-1.5.11-SNAPSHOT/ffmpeg-7.1.0-1.5.11-SNAPSHOT.jar https://storage.sbg.cloud.ovh.net/v1/AUTH_8cb28f9bc6ee43f0a3a1825efbb4311e/test-storage/ffmpeg-7.1.0-1.5.11-SNAPSHOT.jar + + - mkdir -p ~/.m2/repository/org/bytedeco/ffmpeg-platform/7.1.0-1.5.11-SNAPSHOT/ + - wget -O ~/.m2/repository/org/bytedeco/ffmpeg-platform/7.1.0-1.5.11-SNAPSHOT/ffmpeg-platform-7.1.0-1.5.11-SNAPSHOT.jar https://storage.sbg.cloud.ovh.net/v1/AUTH_8cb28f9bc6ee43f0a3a1825efbb4311e/test-storage/ffmpeg-platform-7.1.0-1.5.11-SNAPSHOT.jar