From ecc2bd26b1cce365436d601a231112fb2fa517a2 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Tue, 18 Oct 2022 08:57:55 -0400 Subject: [PATCH] [MINOR] Add a hint about how to resolve the `Cargo.lock` CI check --- .github/workflows/rust.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a7cb9e51dc51..7326073574fb 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -63,6 +63,7 @@ jobs: cargo check --workspace --benches --features avro,jit,scheduler,json - name: Check Cargo.lock for datafusion-cli run: | + # If this test fails, try running `cargo update` in the `datafusion-cli` directory cargo check --manifest-path datafusion-cli/Cargo.toml --locked # test the crate