diff options
author | crupest <crupest@outlook.com> | 2022-01-10 01:21:56 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-10 01:21:56 +0800 |
commit | 8a54ac80091ec38d2647feef81519bf78acefe99 (patch) | |
tree | b5ddf5922f22ba2c13716a89166b48a5e50a8000 | |
parent | db490d86a36d3a4b2df743c4800188e9f0ec2574 (diff) | |
download | cru-8a54ac80091ec38d2647feef81519bf78acefe99.tar.gz cru-8a54ac80091ec38d2647feef81519bf78acefe99.tar.bz2 cru-8a54ac80091ec38d2647feef81519bf78acefe99.zip |
...
-rw-r--r-- | .gitpod.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitpod.yml b/.gitpod.yml index ebca329b..64f05dce 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,9 +1,9 @@ tasks: - name: vcpkg env: - VCPKG_INSTALLATION_ROOT: /opt/vcpkg + VCPKG_INSTALLATION_ROOT: /tmp/vcpkg init: | - sudo apt-get install ninja-build + brew install ninja git clone https://github.com/Microsoft/vcpkg.git /tmp/vcpkg /tmp/vcpkg/bootstrap-vcpkg.sh /tmp/vcpkg/vcpkg install |