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

Commit

Permalink
Check revision of appveyor vcpkg (for debugging).
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Aug 3, 2020
1 parent 43527c3 commit 16ce346
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ platform:
- x64
build_script:
# vcpkg in appveyor is broken, checkout latest working commit
- pushd C:\Tools\vcpkg && git log -1 && popd
- pushd C:\Tools\vcpkg && git checkout 077c0746be3773fdd443af52cbe5c3cc26379a15 && popd
- pushd C:\Tools\vcpkg && git log -1 && popd
- pushd C:\Tools\vcpkg && git apply "%APPVEYOR_BUILD_FOLDER%\ffmpeg-portfile-fix-debug-symbols.patch" && popd
Expand Down

0 comments on commit 16ce346

Please sign in to comment.