Upgrade Rust in CI
This commit is contained in:
parent
7a5ce8e1b6
commit
fc87ea6824
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -16,6 +16,8 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Upgrade Rust
|
||||
run: rustup update
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
|
Loading…
Reference in New Issue
Block a user