fix step construction

This commit is contained in:
yggverse 2025-10-10 00:16:12 +03:00
parent bb9150be44
commit 8b2b657ca1

View file

@ -20,7 +20,9 @@ jobs:
- uses: actions/checkout@v4
- name: Update packages index
run: sudo apt update
- name: Update rustup
run: rustup update
- name: Update cargo
run: cargo update
- name: Run rustfmt
run: cargo fmt --all -- --check