diff options
author | crupest <crupest@outlook.com> | 2022-01-10 01:19:54 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-10 01:19:54 +0800 |
commit | db490d86a36d3a4b2df743c4800188e9f0ec2574 (patch) | |
tree | ed758f049c702712cc04241936159744ef41b685 | |
parent | 5d6fc7cd618843c77744b2c8c8864a70addf5262 (diff) | |
download | cru-db490d86a36d3a4b2df743c4800188e9f0ec2574.tar.gz cru-db490d86a36d3a4b2df743c4800188e9f0ec2574.tar.bz2 cru-db490d86a36d3a4b2df743c4800188e9f0ec2574.zip |
...
-rw-r--r-- | .gitpod.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |