mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
chore: Fix typo
This commit is contained in:
parent
44916f6d2b
commit
ce6badcd18
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust-next.yml
vendored
2
.github/workflows/rust-next.yml
vendored
|
@ -53,7 +53,7 @@ jobs:
|
|||
toolchain: stable
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- uses: taiki-e/install-action@cargo-hack
|
||||
- name: Update dependencues
|
||||
- name: Update dependencies
|
||||
run: cargo update
|
||||
- name: Build
|
||||
run: cargo test --workspace --no-run
|
||||
|
|
Loading…
Reference in a new issue