From b970b38fa9931f83c6baeed0fb7b6ff5f3c86d9a Mon Sep 17 00:00:00 2001 From: Konstantin Burkalev Date: Mon, 27 Jan 2025 19:36:58 +0200 Subject: [PATCH] =?UTF-8?q?return=20back=20rust-cache=20to=C2=A0cloud?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cloud.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/cloud.yml b/.github/workflows/cloud.yml index c31898aef591c..4d6e4e0fd950d 100644 --- a/.github/workflows/cloud.yml +++ b/.github/workflows/cloud.yml @@ -80,6 +80,11 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} + - uses: Swatinem/rust-cache@v2 + with: + workspaces: ./packages/cubejs-backend-native + key: native-${{ runner.OS }}-${{ matrix.target }} + shared-key: native-${{ runner.OS }}-${{ matrix.target }} - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "dir=$(yarn cache dir)" >> "$GITHUB_OUTPUT"