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 439e8b8 commit 518726bCopy full SHA for 518726b
.github/workflows/rust-cubestore-master.yml
@@ -202,6 +202,7 @@ jobs:
202
- name: Install Rust target for cross-compilation
203
if: matrix.target == 'x86_64-apple-darwin'
204
run: rustup target add x86_64-apple-darwin
205
+ working-directory: rust/cubestore
206
- uses: Swatinem/rust-cache@v2
207
with:
208
workspaces: ./rust/cubestore -> target
.github/workflows/rust-cubestore.yml
@@ -141,6 +141,7 @@ jobs:
141
142
143
144
145
146
147
0 commit comments