build: 👷 rust image updated to latest
This commit is contained in:
parent
8de799f5be
commit
c280c5226c
1 changed files with 5 additions and 6 deletions
|
@ -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
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue