Skip to content

Commit 439e8b8

Browse files
committed
chore: fix
1 parent faaa397 commit 439e8b8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,9 @@ jobs:
199199
run: rustup set auto-self-update disable
200200
if: contains(runner.os, 'windows')
201201
shell: bash
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
202205
- uses: Swatinem/rust-cache@v2
203206
with:
204207
workspaces: ./rust/cubestore -> target

.github/workflows/rust-cubestore.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ jobs:
138138
run: rustup set auto-self-update disable
139139
if: contains(runner.os, 'windows')
140140
shell: bash
141+
- name: Install Rust target for cross-compilation
142+
if: matrix.target == 'x86_64-apple-darwin'
143+
run: rustup target add x86_64-apple-darwin
141144
- uses: Swatinem/rust-cache@v2
142145
with:
143146
workspaces: ./rust/cubestore -> target

0 commit comments

Comments
 (0)