We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4f83b7 commit d876239Copy full SHA for d876239
1 file changed
.github/workflows/release.yml
@@ -54,6 +54,10 @@ jobs:
54
sudo apt-get install -y make g++ libssl-dev gcc-aarch64-linux-gnu
55
rustup target add aarch64-unknown-linux-gnu
56
57
+ - name: Install Rust crosscompile target (macOS Intel)
58
+ if: ${{ matrix.target == 'x86_64-apple-darwin' }}
59
+ run: rustup target add x86_64-apple-darwin
60
+
61
- name: Cargo build
62
run: cargo build --features=cli --release --target ${{ matrix.target }}
63
0 commit comments