Skip to content

Commit 90da4fc

Browse files
committed
removed cache again...
1 parent b970b38 commit 90da4fc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/cloud.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,6 @@ 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 }}
8883
- name: Get yarn cache directory path
8984
id: yarn-cache-dir-path
9085
run: echo "dir=$(yarn cache dir)" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)