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 6164458 commit 3064a71Copy full SHA for 3064a71
.github/workflows/publish-binaries.yml
@@ -48,6 +48,10 @@ jobs:
48
- uses: actions/checkout@v4
49
- name: Install Rust
50
run: rustup update stable --no-self-update && rustup default stable && rustup target add ${{ matrix.rust-target }}
51
+ - name: Install Openssl (Mac)
52
+ if: runner.os == 'macOS'
53
+ run: brew install openssl
54
+
55
- run: cargo build --release --target ${{ matrix.rust-target }}
56
if: ${{ ! matrix.cross }}
57
- run: cargo install cross
0 commit comments