From 1a26610f47f2748bd38f9745241d151a3da4c5c9 Mon Sep 17 00:00:00 2001 From: Guilherme Werner Date: Wed, 28 May 2025 14:03:26 -0300 Subject: [PATCH] Update bootstrap.ps1 --- bootstrap.ps1 | 3 --- 1 file changed, 3 deletions(-) diff --git a/bootstrap.ps1 b/bootstrap.ps1 index 4d28db02..7fc2aaea 100644 --- a/bootstrap.ps1 +++ b/bootstrap.ps1 @@ -1,8 +1,5 @@ #!/usr/bin/env pwsh -$env:VCPKG_ROOT = "D:\Program Files\vcpkg" -$env:PATH = "$env:VCPKG_ROOT;$env:PATH" - git submodule update --init --recursive if ($IsWindows)