From 3a9d312e93fe4b00d025eec9feb64f587571ff06 Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 10 Jan 2022 00:52:18 +0800 Subject: ... --- .gitpod.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 9857b55b..7982df37 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -3,9 +3,9 @@ tasks: env: VCPKG_INSTALLATION_ROOT: /opt/vcpkg init: | - git clone https://github.com/Microsoft/vcpkg.git /opt/vcpkg - /opt/vcpkg/bootstrap-vcpkg.sh - /opt/vcpkg/vcpkg install + git clone https://github.com/Microsoft/vcpkg.git /tmp/vcpkg + /tmp/vcpkg/bootstrap-vcpkg.sh + /tmp/vcpkg/vcpkg install vscode: extensions: -- cgit v1.2.3