aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-01-10 00:52:18 +0800
committercrupest <crupest@outlook.com>2022-01-10 00:52:18 +0800
commit3a9d312e93fe4b00d025eec9feb64f587571ff06 (patch)
treeb091fc89d3ac18e54f7a69f0b7ffad1ec35142a7
parenta0b9c5f65f4c4b59a463e347f1e7f0bfe5f42d3f (diff)
downloadcru-3a9d312e93fe4b00d025eec9feb64f587571ff06.tar.gz
cru-3a9d312e93fe4b00d025eec9feb64f587571ff06.tar.bz2
cru-3a9d312e93fe4b00d025eec9feb64f587571ff06.zip
...
-rw-r--r--.gitpod.yml6
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: