Skip to content

Commit 518726b

Browse files
committed
chore: fix
1 parent 439e8b8 commit 518726b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/rust-cubestore-master.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ jobs:
202202
- name: Install Rust target for cross-compilation
203203
if: matrix.target == 'x86_64-apple-darwin'
204204
run: rustup target add x86_64-apple-darwin
205+
working-directory: rust/cubestore
205206
- uses: Swatinem/rust-cache@v2
206207
with:
207208
workspaces: ./rust/cubestore -> target

.github/workflows/rust-cubestore.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ jobs:
141141
- name: Install Rust target for cross-compilation
142142
if: matrix.target == 'x86_64-apple-darwin'
143143
run: rustup target add x86_64-apple-darwin
144+
working-directory: rust/cubestore
144145
- uses: Swatinem/rust-cache@v2
145146
with:
146147
workspaces: ./rust/cubestore -> target

0 commit comments

Comments
 (0)