diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c889f55..b160a5f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,6 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - run: rustup update + - run: cargo update - run: cargo fmt --all -- --check - run: cargo clippy --all-targets - run: cargo build --verbose