We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d165f80 commit b970b38Copy full SHA for b970b38
.github/workflows/cloud.yml
@@ -80,6 +80,11 @@ jobs:
80
uses: actions/setup-node@v4
81
with:
82
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 }}
88
- name: Get yarn cache directory path
89
id: yarn-cache-dir-path
90
run: echo "dir=$(yarn cache dir)" >> "$GITHUB_OUTPUT"
0 commit comments