Skip to content

Commit 9de37a5

Browse files
committed
Try to force installation openssl
1 parent ee4a229 commit 9de37a5

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

dist-workspace.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,20 @@ installers = ["shell", "powershell", "homebrew"]
1212
# A GitHub repo to push Homebrew formulas to
1313
tap = "RandomStudio/homebrew-tap"
1414
# Target platforms to build apps for (Rust target-triple syntax)
15-
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
15+
targets = [
16+
"aarch64-apple-darwin",
17+
"aarch64-unknown-linux-gnu",
18+
"x86_64-apple-darwin",
19+
"x86_64-unknown-linux-gnu",
20+
"x86_64-pc-windows-msvc",
21+
]
1622
# Path that installers should place binaries in
1723
install-path = "CARGO_HOME"
1824
# Publish jobs to run in CI
1925
publish-jobs = ["homebrew"]
2026
# Whether to install an updater program
2127
install-updater = false
28+
29+
[dist.dependencies.apt]
30+
cmake = '*'
31+
openssl = "*"

0 commit comments

Comments
 (0)