diff --git a/.woodpecker/compile.yaml b/.woodpecker/compile.yaml index e90ce47..bd80e00 100644 --- a/.woodpecker/compile.yaml +++ b/.woodpecker/compile.yaml @@ -6,9 +6,8 @@ when: steps: build: - image: rust - commands: - - rustup self uninstall -y - - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y - - rustup update - - cargo build + image: rust:1.85 + commands: + - apt update + - apt install -y libasound2-dev + - cargo build