We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce81114 commit 3abac46Copy full SHA for 3abac46
2 files changed
.github/workflows/build.yml
@@ -92,7 +92,7 @@ jobs:
92
run: |
93
(cd ${{ matrix.vcpkg-root }} && git fetch origin)
94
(cd ${{ matrix.vcpkg-root }} && git reset --hard)
95
- (cd ${{ matrix.vcpkg-root }} && git checkout tags/2025.12.12)
+ (cd ${{ matrix.vcpkg-root }} && git checkout tags/2026.03.18)
96
(cd ${{ matrix.vcpkg-root }} && git apply --ignore-space-change --ignore-whitespace --3way ${{ github.workspace }}/ffmpeg.patch)
97
98
- name: Build ffmpeg
ffmpeg.patch
2.29 KB
0 commit comments