Skip to content

Commit 56a2dcc

Browse files
committed
fix: not need to setup openssl for macos and windows
1 parent 495fb4e commit 56a2dcc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ jobs:
9191
- name: Env init
9292
run: |
9393
rustup target add ${{ matrix.target }}
94-
brew install openssl
9594
9695
- name: Build binary
9796
run: |

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ serde = { version = "1.0", features = ["derive"] }
1818
znotify = { version = "0.1.0" }
1919
dirs = "4.0.0"
2020
toml = "0.5.9"
21+
22+
[target.'cfg(target_os = "linux")'.dependencies]
2123
openssl = { version = "0.10.42", features = ["vendored"] }
2224

2325

0 commit comments

Comments
 (0)