Skip to content

Commit 8c1f7ea

Browse files
committed
chore: correct cache
1 parent ecdcdcc commit 8c1f7ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,9 @@ jobs:
325325
cache: false
326326
- uses: Swatinem/rust-cache@v2
327327
with:
328-
workspaces: ./rust/cubesql -> target
329-
key: cubesql-x86_64-unknown-linux-gnu
330-
shared-key: cubesql-x86_64-unknown-linux-gnu
328+
workspaces: ./packages/cubejs-backend-native
329+
key: native-${{ runner.OS }}-x86_64-unknown-linux-gnu
330+
shared-key: native-${{ runner.OS }}-x86_64-unknown-linux-gnu
331331
- name: Install Node.js 20
332332
uses: actions/setup-node@v4
333333
with:

0 commit comments

Comments
 (0)