build: 👷 rust image updated to latest

This commit is contained in:
Ahmet Kaan Gümüş 2025-03-03 15:27:52 +03:00
parent 8de799f5be
commit c280c5226c

View file

@ -6,9 +6,8 @@ when:
steps: steps:
build: build:
image: rust image: rust:1.85
commands: commands:
- rustup self uninstall -y - apt update
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y - apt install -y libasound2-dev
- rustup update - cargo build
- cargo build