chore: update rust CI version from 1.49 to latest
This commit is contained in:
parent
d10100d33d
commit
2bdef14663
|
@ -5,7 +5,7 @@ name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: cargo test
|
- name: cargo test
|
||||||
image: rust:1.49
|
image: rust:latest
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y libasound2-dev
|
- apt-get install -y libasound2-dev
|
||||||
|
|
Loading…
Reference in New Issue