Browse Source

use ffmpeg 6.1 snapshot for windows (#1435)

pull/1436/head
Jason Dove 2 years ago committed by GitHub
parent
commit
e0f8b7d7ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/artifacts.yml

2
.github/workflows/artifacts.yml

@ -208,7 +208,7 @@ jobs: @@ -208,7 +208,7 @@ jobs:
id: downloadffmpeg
name: Download ffmpeg
with:
url: "https://github.com/GyanD/codexffmpeg/releases/download/6.0/ffmpeg-6.0-full_build.7z"
url: "https://github.com/GyanD/codexffmpeg/releases/download/2023-09-07-git-9c9f48e7f2/ffmpeg-2023-09-07-git-9c9f48e7f2-full_build.7z"
target: ffmpeg/
- name: Build

Loading…
Cancel
Save