diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 3dbc639..7bad34d 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -17,6 +17,8 @@ jobs: steps: - uses: actions/checkout@v4 + - run: rustup update + - run: cargo update - name: Run rustfmt run: cargo fmt --all -- --check - name: Run clippy