1--- 2tasks: 3 debian10: 4 shell_commands: 5 - "sudo apt -y update && sudo apt -y install llvm-11-dev libclang-11-dev libncurses-dev python3-clang-11" 6 build_targets: 7 - "..." 8