ci: attempt to install cmake in sdl2_build pipeline

This commit is contained in:
Mikolaj Wielgus 2024-05-25 18:12:07 +02:00
parent 2cb4c5d5f1
commit 09f1e14e45
1 changed files with 2 additions and 0 deletions

View File

@ -6,5 +6,7 @@ steps:
image: rust
environment: [CARGO_TERM_COLOR=always]
commands:
- apt-get update
- apt-get -y install cmake
- rustup default $RUST
- cargo build --features "sdl2" --bin "topola-sdl2-demo"