Skip to content

Commit

Permalink
Use powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Jan 27, 2024
1 parent 3fbc56c commit d7362e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
.\vcpkg integrate install
.\vcpkg install libde265:x64-windows libheif:x64-windows
cd ..
SET PATH=%PATH%;%CD%\\installed\\x64-windows\\lib\\pkgconfig
[Environment]::SetEnvironmentVariable("PATH", "$env:Path;$(Get-Location)\\vcpkg\\installed\\x64-windows\\lib\\pkgconfig", "Machine")
- name: Install WSL
if: runner.os == 'windows'
Expand Down

0 comments on commit d7362e7

Please sign in to comment.