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 ecdcdcc commit 8c1f7eaCopy full SHA for 8c1f7ea
.github/workflows/push.yml
@@ -325,9 +325,9 @@ jobs:
325
cache: false
326
- uses: Swatinem/rust-cache@v2
327
with:
328
- workspaces: ./rust/cubesql -> target
329
- key: cubesql-x86_64-unknown-linux-gnu
330
- shared-key: cubesql-x86_64-unknown-linux-gnu
+ workspaces: ./packages/cubejs-backend-native
+ key: native-${{ runner.OS }}-x86_64-unknown-linux-gnu
+ shared-key: native-${{ runner.OS }}-x86_64-unknown-linux-gnu
331
- name: Install Node.js 20
332
uses: actions/setup-node@v4
333
0 commit comments