Skip to content

Commit 3e8a4c0

Browse files
committed
address review feedback. Don't install ms-gsl with vcpkg
1 parent 8404a30 commit 3e8a4c0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ci/setup_windows_ci_environment.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ $VCPKG_DIR = (Get-Item -Path ".\").FullName
1010
./bootstrap-vcpkg.bat
1111
./vcpkg integrate install
1212

13-
# Microsoft.GSL
14-
./vcpkg "--vcpkg-root=$VCPKG_DIR" install ms-gsl:x64-windows
15-
1613
# Google Benchmark
1714
./vcpkg "--vcpkg-root=$VCPKG_DIR" install benchmark:x64-windows
1815

0 commit comments

Comments
 (0)