From 6dcdc3b83ad3a50137ac06bd3f38a437efce8e8e Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 30 Jul 2024 18:40:17 +0800 Subject: [PATCH] Small fix: branch of 2023.04.15 is outdated Branch of 2023.04.15 is outdated, so remove to fix. If use Branch of 2023.04.15, raise error. --- content/dev/build/windows/_index.en.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/content/dev/build/windows/_index.en.md b/content/dev/build/windows/_index.en.md index 8e25182..ac0819c 100644 --- a/content/dev/build/windows/_index.en.md +++ b/content/dev/build/windows/_index.en.md @@ -25,9 +25,6 @@ If you don't have `Git` installed, get `Git` [here](https://git-scm.com/download ```sh git clone https://github.com/microsoft/vcpkg -cd vcpkg -git checkout 2023.04.15 -cd .. vcpkg/bootstrap-vcpkg.bat export VCPKG_ROOT=$PWD/vcpkg vcpkg/vcpkg install libvpx:x64-windows-static libyuv:x64-windows-static opus:x64-windows-static aom:x64-windows-static