Skip to content

Commit 0027ae1

Browse files
committed
add install
1 parent 87d3e53 commit 0027ae1

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Cargo.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,9 @@ cargo-dist-version = "0.10.0"
88
# CI backends to support
99
ci = ["github"]
1010
# The installers to generate for each app
11-
installers = []
11+
installers = ["shell"]
1212
# Target platforms to build apps for (Rust target-triple syntax)
13-
targets = [
14-
"aarch64-apple-darwin",
15-
"x86_64-apple-darwin",
16-
"x86_64-unknown-linux-gnu",
17-
"x86_64-pc-windows-msvc",
18-
]
13+
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
1914
# Publish jobs to run in CI
2015
pr-run-mode = "plan"
2116

0 commit comments

Comments
 (0)