Skip to content

Commit

Permalink
🐞 fix: Fix CI
Browse files Browse the repository at this point in the history
- Fix CI needs openssl
  • Loading branch information
wychlw committed Sep 19, 2024
1 parent d2f49d6 commit 7f20b59
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
52 changes: 52 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ nix = { version = "0.29.0", features = ["fs", "process", "signal", "term"] }
ptyprocess = "0.4.1"
vte = "0.13.0"
image = "0.25.2"
openssl = { version = "0.10", features = ["vendored"] }

[toolchain]
channel = "nightly"

0 comments on commit 7f20b59

Please sign in to comment.