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"