mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
fix step construction
This commit is contained in:
parent
bb9150be44
commit
8b2b657ca1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
|
@ -20,7 +20,9 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Update packages index
|
- name: Update packages index
|
||||||
run: sudo apt update
|
run: sudo apt update
|
||||||
|
- name: Update rustup
|
||||||
run: rustup update
|
run: rustup update
|
||||||
|
- name: Update cargo
|
||||||
run: cargo update
|
run: cargo update
|
||||||
- name: Run rustfmt
|
- name: Run rustfmt
|
||||||
run: cargo fmt --all -- --check
|
run: cargo fmt --all -- --check
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue