Skip to content

Commit 95b92f2

Browse files
committed
maybe fix ci
1 parent 59b94bc commit 95b92f2

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.github/workflows/linux_builds.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
sudo apt-get install pkg-config
3030
sudo apt-get install libssl-dev
3131
sudo apt-get install gcc-aarch64-linux-gnu
32-
sudo apt-get install libssl3:arm64 libssl-dev
3332
sudo apt-get install zlib1g-dev
3433
# Multi platform build
3534
sudo apt-get install gcc-multilib g++-multilib libc6-dev-i386

Cargo.lock

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ notify-debouncer-mini = { version = "0.7.0", features = [
4545
"macos_fsevent",
4646
] }
4747
rand = "0.9.2"
48+
openssl = { version = "0.10", features = ["vendored"] }
4849

4950
# patchwork_rust_post_build_script = { path = "patchwork_rust_post_build_script" }
5051
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)