Skip to content

Commit b970b38

Browse files
committed
return back rust-cache to cloud
1 parent d165f80 commit b970b38

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cloud.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ jobs:
8080
uses: actions/setup-node@v4
8181
with:
8282
node-version: ${{ matrix.node-version }}
83+
- uses: Swatinem/rust-cache@v2
84+
with:
85+
workspaces: ./packages/cubejs-backend-native
86+
key: native-${{ runner.OS }}-${{ matrix.target }}
87+
shared-key: native-${{ runner.OS }}-${{ matrix.target }}
8388
- name: Get yarn cache directory path
8489
id: yarn-cache-dir-path
8590
run: echo "dir=$(yarn cache dir)" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)