diff options
-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 |