Skip to content

Commit

Permalink
Adjust Windows stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Jan 27, 2024
1 parent 73e7fea commit 3fbc56c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ 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 libheif:x64-windows
cd ..
SET PATH=%PATH%;%CD%/installed/x64-windows/lib/pkgconfig;%CD%/installed/x86-windows/lib/pkgconfig
SET PATH=%PATH%;%CD%\\installed\\x64-windows\\lib\\pkgconfig
- name: Install WSL
if: runner.os == 'windows'
Expand Down

0 comments on commit 3fbc56c

Please sign in to comment.