mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-06-30 00:08:45 +00:00
Add cargo dev update step to Rust workflow
This commit is contained in:
parent
4bab596677
commit
8defffca3a
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -47,6 +47,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: swatinem/rust-cache@v2
|
||||
- name: cargo dev update
|
||||
run: cargo dev update
|
||||
- name: rustlings dev check
|
||||
run: cargo dev check --require-solutions
|
||||
rumdl:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user