From c155e25955433e952904cea233f3a7a19d10a4fe Mon Sep 17 00:00:00 2001 From: Karthikeyan C Date: Mon, 10 Jun 2024 15:23:05 +0530 Subject: [PATCH] comment the rust cache for a min --- .github/workflows/ship.yaml | 6 +++--- Cargo.lock | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ship.yaml b/.github/workflows/ship.yaml index 66cf29af..467e9220 100644 --- a/.github/workflows/ship.yaml +++ b/.github/workflows/ship.yaml @@ -162,9 +162,9 @@ jobs: sudo apt-get update sudo apt-get install -y ${{ matrix.linux-packages }} - - uses: Swatinem/rust-cache@v2 - with: - shared-key: "build-${matrix.runner}" # share the cache across jobs + # - uses: Swatinem/rust-cache@v2 + # with: + # shared-key: "build-${matrix.runner}" # share the cache across jobs - name: build the CLI run: | diff --git a/Cargo.lock b/Cargo.lock index a20d21fd..3cac1d71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1323,11 +1323,13 @@ dependencies = [ "anyhow", "build-data", "clap", + "insta", "ndc-sqlserver-configuration", "schemars", "serde", "serde_json", "serde_yaml", + "tempfile", "thiserror", "tokio", ]