tasks:
  # cmake bug see https://github.com/gitpod-io/workspace-images/issues/1020
  - init: sudo apt install cmake -y && mkdir -p build && cd build && cmake -G Ninja .. && cmake --build .