Skip to content

Commit 4a17a53

Browse files
committed
switch to vendored openssl
1 parent 77ec363 commit 4a17a53

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,39 +38,39 @@ jobs:
3838
bin: rnk
3939
name: rnk-x86_64-unknown-linux-musl-${{ needs.compute.outputs.RNK_RELEASE_VERSION}}.tar.gz
4040
cargo_command: cargo
41-
features: "--no-default-features --features rustls"
41+
features: "--no-default-features --features vendored-openssl"
4242

4343
- os_name: Linux-aarch64
4444
os: ubuntu-24.04-arm
4545
target: aarch64-unknown-linux-musl
4646
bin: rnk
4747
name: rnk-aarch64-unknown-linux-musl-${{ needs.compute.outputs.RNK_RELEASE_VERSION}}.tar.gz
4848
cargo_command: cargo
49-
features: "--no-default-features --features rustls"
49+
features: "--no-default-features --features vendored-openssl"
5050

5151
- os_name: Windows-x86_64
5252
os: windows-latest
5353
target: x86_64-pc-windows-msvc
5454
bin: rnk.exe
5555
name: rnk-x86_64-pc-windows-msvc-${{ needs.compute.outputs.RNK_RELEASE_VERSION}}.zip
5656
cargo_command: cargo
57-
features: ""
57+
features: "--no-default-features --features vendored-openssl"
5858

5959
- os_name: macOS-x86_64
6060
os: macOS-latest
6161
target: x86_64-apple-darwin
6262
bin: rnk
6363
name: rnk-x86_64-apple-darwin-${{ needs.compute.outputs.RNK_RELEASE_VERSION}}.tar.gz
6464
cargo_command: cargo
65-
features: ""
65+
features: "--no-default-features --features vendored-openssl"
6666

6767
- os_name: macOS-aarch64
6868
os: macOS-latest
6969
target: aarch64-apple-darwin
7070
bin: rnk
7171
name: rnk-aarch64-apple-darwin-${{ needs.compute.outputs.RNK_RELEASE_VERSION}}.tar.gz
7272
cargo_command: cargo
73-
features: ""
73+
features: "--no-default-features --features vendored-openssl"
7474

7575
runs-on: ${{ matrix.platform.os }}
7676
steps:

0 commit comments

Comments
 (0)