Skip to content

Commit 958884d

Browse files
authored
Update package during .appveyor.yml (#29)
Add update package command
1 parent f57b59f commit 958884d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ cache:
2121
configuration: Release
2222

2323
before_build:
24+
- cmd: vcpkg update
2425
- cmd: vcpkg install assimp:%VCPKG_ARCH%
2526
- cmd: vcpkg install boost-disjoint-sets:%VCPKG_ARCH%
2627
- cmd: vcpkg install boost-dynamic-bitset:%VCPKG_ARCH%

0 commit comments

Comments
 (0)