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 3a81508 commit dec420dCopy full SHA for dec420d
1 file changed
.github/workflows/build.yml
@@ -91,7 +91,7 @@ jobs:
91
run: |
92
(cd ${{ matrix.vcpkg-root }} && git fetch origin)
93
(cd ${{ matrix.vcpkg-root }} && git reset --hard)
94
- (cd ${{ matrix.vcpkg-root }} && git checkout 41f90cc7b84116517b01f729af17fc735e9cd821)
+ (cd ${{ matrix.vcpkg-root }} && git checkout 34823ada10080ddca99b60e85f80f55e18a44eea)
95
(cd ${{ matrix.vcpkg-root }} && git apply --ignore-space-change --ignore-whitespace --3way ${{ github.workspace }}/ffmpeg.patch)
96
97
- name: Build ffmpeg
0 commit comments