diff options
Diffstat (limited to '.gitpod.yml')
-rw-r--r-- | .gitpod.yml | 6 |
1 files 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: |