Skip to content

Commit

Permalink
Limit to x64
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Jan 29, 2024
1 parent 9b9884e commit b4d135a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ jobs:
cd vcpkg
.\bootstrap-vcpkg.bat
.\vcpkg integrate install
.\vcpkg install libde265:x64-windows libde265:x86-windows
.\vcpkg install libheif:x64-windows libheif:x86-windows
.\vcpkg install libde265:x64-windows
.\vcpkg install libheif:x64-windows
cd ..
- name: Dist
shell: bash
run: |
set -ex
pkgconfig=$PKG_CONFIG_PATH:$PWD/vcpkg/installed/x64-windows/lib/pkgconfig:$PWD/vcpkg/installed/x86-windows/lib/pkgconfig
pkgconfig=$PWD/vcpkg/installed/x64-windows/lib/pkgconfig
platform=${{ runner.os }}
platform=${platform,,}
mkdir -p $PWD/bin/dist
Expand Down

0 comments on commit b4d135a

Please sign in to comment.