mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
commit
26f9a64e67
10
.github/workflows/macos-homebrew.yml
vendored
10
.github/workflows/macos-homebrew.yml
vendored
|
@ -95,16 +95,6 @@ jobs:
|
|||
cat version.txt
|
||||
echo "$version"
|
||||
|
||||
- name: vcpkg install
|
||||
shell: bash
|
||||
run: |
|
||||
vcpkg install breakpad
|
||||
- name: copy vcpkg packages into winlibs
|
||||
shell: bash
|
||||
run: |
|
||||
ls -al /usr/local/share/vcpkg/packages/breakpad*
|
||||
cp -R /usr/local/share/vcpkg/packages/breakpad*/* thirdparty/breakpad
|
||||
ls -al thirdparty/breakpad/lib
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
|
|
14
.github/workflows/windows-6.x.yml
vendored
14
.github/workflows/windows-6.x.yml
vendored
|
@ -129,13 +129,13 @@ jobs:
|
|||
cat version.txt
|
||||
echo "$version"
|
||||
|
||||
- name: vcpkg install
|
||||
shell: powershell
|
||||
run: |
|
||||
git clone --depth 1 https://github.com/microsoft/vcpkg.git
|
||||
.\vcpkg\bootstrap-vcpkg.bat
|
||||
# .\vcpkg\vcpkg.exe install ffmpeg[core,avcodec,avformat,mp3lame,opus,speex,swresample,vorbis,fdk-aac,gpl] --triplet=x64-windows-release
|
||||
.\vcpkg\vcpkg.exe install breakpad --triplet=x64-windows-release
|
||||
- name: vcpkg build
|
||||
uses: johnwason/vcpkg-action@v5
|
||||
id: vcpkg
|
||||
with:
|
||||
pkgs: ffmpeg[core,avcodec,avformat,mp3lame,opus,speex,swresample,vorbis,fdk-aac,gpl] breakpad
|
||||
triplet: x64-windows-release
|
||||
token: ${{ github.token }}
|
||||
- name: copy vcpkg packages into winlibs
|
||||
shell: bash
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue