From db490d86a36d3a4b2df743c4800188e9f0ec2574 Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 10 Jan 2022 01:19:54 +0800 Subject: ... --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 9196bc6a..ebca329b 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -3,7 +3,7 @@ tasks: env: VCPKG_INSTALLATION_ROOT: /opt/vcpkg init: | - brew install ninja + sudo apt-get install ninja-build git clone https://github.com/Microsoft/vcpkg.git /tmp/vcpkg /tmp/vcpkg/bootstrap-vcpkg.sh /tmp/vcpkg/vcpkg install -- cgit v1.2.3