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