diff options
author | crupest <crupest@outlook.com> | 2022-01-09 17:07:58 +0000 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-09 17:07:58 +0000 |
commit | ef4c928cc8ad8dd6fd691447dc3aa2450c6fe344 (patch) | |
tree | 95480f29f8eb7a67e1d18701714326b426dbae48 | |
parent | 3a9d312e93fe4b00d025eec9feb64f587571ff06 (diff) | |
download | cru-ef4c928cc8ad8dd6fd691447dc3aa2450c6fe344.tar.gz cru-ef4c928cc8ad8dd6fd691447dc3aa2450c6fe344.tar.bz2 cru-ef4c928cc8ad8dd6fd691447dc3aa2450c6fe344.zip |
...
-rw-r--r-- | .gitpod.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml index 7982df37..536301d5 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -3,6 +3,7 @@ tasks: env: VCPKG_INSTALLATION_ROOT: /opt/vcpkg init: | + 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 |