diff --git a/.woodpecker/build_sdl2.yaml b/.woodpecker/build_sdl2.yaml index 39073be..909f523 100644 --- a/.woodpecker/build_sdl2.yaml +++ b/.woodpecker/build_sdl2.yaml @@ -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"