Skip to content

Commit 1f470a8

Browse files
author
MarcoFalke
committed
Merge #13997: appveyor: fetch the latest port data
ea16c2d appveyor: fetch the latest port data (Chun Kuan Lee) Pull request description: Discussion in bitcoin/bitcoin#13964 (comment) , fetch the latest port data before installing it. Tree-SHA512: a3b95aeb3b298130ff0617a8dec5c97c0882cf7a3b72ce792e63d8f2c2ac4a297dfa0d3357878c2198a9fea62d0f24df56598293dde88963dd043e121be4dc3a
2 parents 3c8d1ae + ea16c2d commit 1f470a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
version: '{branch}.{build}'
12
skip_tags: true
23
image: Visual Studio 2017
34
configuration: Release
@@ -24,6 +25,8 @@ before_build:
2425
$all_packages += $packages[$i] + ":" + $env:PLATFORM + "-windows-static "
2526
}
2627
28+
git -C C:\Tools\vcpkg pull # This is a temporary fix, can be removed after appveyor update its image to include Microsoft/vcpkg#4046
29+
2730
Invoke-Expression -Command "vcpkg install $all_packages"
2831
build:
2932
project: build_msvc\bitcoin.sln

0 commit comments

Comments
 (0)