Skip to content

Commit 18b27ac

Browse files
committed
appveyor: Updated vcpkg environment to 2024.03.25
1 parent 21a1a63 commit 18b27ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ for:
107107
install:
108108
- |-
109109
cd C:\Tools\vcpkg
110-
git fetch --tags && git checkout 2023.12.12
110+
git fetch --tags && git checkout 2024.03.25
111111
cd %APPVEYOR_BUILD_FOLDER%
112112
C:\Tools\vcpkg\bootstrap-vcpkg.bat -disableMetrics
113113
C:\Tools\vcpkg\vcpkg integrate install
@@ -140,7 +140,7 @@ for:
140140
install:
141141
- |-
142142
pushd $HOME/vcpkg
143-
git fetch --tags && git checkout 2023.12.12
143+
git fetch --tags && git checkout 2024.03.25
144144
popd
145145
$HOME/vcpkg/bootstrap-vcpkg.sh -disableMetrics
146146
$HOME/vcpkg/vcpkg integrate install --overlay-triplets=vcpkg/triplets
@@ -168,7 +168,7 @@ for:
168168
# using custom vcpkg triplets for building and linking dynamic dependent libraries
169169
install:
170170
- |-
171-
git clone --depth 1 --branch 2023.12.12 https://github.com/microsoft/vcpkg.git $HOME/vcpkg
171+
git clone --depth 1 --branch 2024.03.25 https://github.com/microsoft/vcpkg.git $HOME/vcpkg
172172
$HOME/vcpkg/bootstrap-vcpkg.sh -disableMetrics
173173
$HOME/vcpkg/vcpkg integrate install --overlay-triplets=vcpkg/triplets
174174
vcpkg install sqlite3[core,dbstat,math,json1,fts5] catch2 --overlay-triplets=vcpkg/triplets

0 commit comments

Comments
 (0)