From 8a54ac80091ec38d2647feef81519bf78acefe99 Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 10 Jan 2022 01:21:56 +0800 Subject: ... --- .gitpod.yml | 4 ++-- 1 file 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 -- cgit v1.2.3