We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beb18f6 commit 6c3702cCopy full SHA for 6c3702c
.github/workflows/build.yml
@@ -81,7 +81,7 @@ jobs:
81
- name: Setup FFmpeg
82
run: |
83
vcpkg install --triplet x86-windows yasm-tool
84
- vcpkg install --triplet x64-windows ffmpeg[core,avcodec,avfilter,avformat,swresample,swscale,vpx,opus,openssl]
+ vcpkg install --triplet x64-windows ffmpeg[core,avcodec,avfilter,avformat,swresample,swscale,vpx,opus,openssl]@7.1
85
86
- name: Determine PoMiDAQ revision number
87
shell: bash
0 commit comments