File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments