Skip to content

Commit ea16c2d

Browse files
committed
appveyor: fetch the latest port data
1 parent 3c8d1ae commit ea16c2d

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)