mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +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
|
uses: johnwason/vcpkg-action@v5
|
||||||
id: vcpkg
|
id: vcpkg
|
||||||
with:
|
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
|
triplet: x64-windows-release
|
||||||
token: ${{ github.token }}
|
token: ${{ github.token }}
|
||||||
- name: copy vcpkg packages into winlibs
|
- name: copy vcpkg packages into winlibs
|
||||||
|
|
Loading…
Reference in a new issue