diff options
author | crupest <crupest@outlook.com> | 2022-01-10 00:52:18 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-10 00:52:18 +0800 |
commit | 3a9d312e93fe4b00d025eec9feb64f587571ff06 (patch) | |
tree | b091fc89d3ac18e54f7a69f0b7ffad1ec35142a7 /.gitpod.yml | |
parent | a0b9c5f65f4c4b59a463e347f1e7f0bfe5f42d3f (diff) | |
download | cru-3a9d312e93fe4b00d025eec9feb64f587571ff06.tar.gz cru-3a9d312e93fe4b00d025eec9feb64f587571ff06.tar.bz2 cru-3a9d312e93fe4b00d025eec9feb64f587571ff06.zip |
...
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: |