From c280c5226c88b072328fd8c6ea36b2a25abc8663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20Kaan=20G=C3=BCm=C3=BC=C5=9F?= Date: Mon, 3 Mar 2025 15:27:52 +0300 Subject: [PATCH] build: :construction_worker: rust image updated to latest --- .woodpecker/compile.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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