From 8b2b657ca18861a7ce7eefb5581c2e0fd1086f7d Mon Sep 17 00:00:00 2001 From: yggverse Date: Fri, 10 Oct 2025 00:16:12 +0300 Subject: [PATCH] fix step construction --- .github/workflows/linux.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index ef544a8b..c1c93365 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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