mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
action: vcpkg
This commit is contained in:
parent
26f9a64e67
commit
52298f4491
3
.github/workflows/windows-6.x.yml
vendored
3
.github/workflows/windows-6.x.yml
vendored
|
@ -133,7 +133,8 @@ jobs:
|
|||
uses: johnwason/vcpkg-action@v5
|
||||
id: vcpkg
|
||||
with:
|
||||
pkgs: ffmpeg[core,avcodec,avformat,mp3lame,opus,speex,swresample,vorbis,fdk-aac,gpl] breakpad
|
||||
# pkgs: ffmpeg[core,avcodec,avformat,mp3lame,opus,speex,swresample,vorbis,fdk-aac,gpl] breakpad
|
||||
pkgs: breakpad
|
||||
triplet: x64-windows-release
|
||||
token: ${{ github.token }}
|
||||
- name: copy vcpkg packages into winlibs
|
||||
|
|
Loading…
Reference in a new issue