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 b970b38 commit 90da4fcCopy full SHA for 90da4fc
.github/workflows/cloud.yml
@@ -80,11 +80,6 @@ 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