Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
Fix vcpkg path to work around vcpkg_fixup_pkgconfig() bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoikas committed Aug 30, 2020
1 parent f114934 commit ebec152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build_script:
- ps: |
$outpath = (Get-Location).Path
Set-Location C:\tools\vcpkg
Set-Location C:\Tools\vcpkg
git pull 2> $null
bootstrap-vcpkg.bat
if ($lastExitCode -ne 0) { throw "Failed to update vcpkg" }
Expand Down

0 comments on commit ebec152

Please sign in to comment.