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