fix up ci, build installer in actions

This commit is contained in:
Markus Unterwaditzer
2025-04-23 03:01:35 +02:00
committed by Cooper Quintin
parent 4a94545498
commit 64a87534ee
3 changed files with 116 additions and 27 deletions

View File

@@ -3,6 +3,9 @@ name = "installer"
version = "0.1.0"
edition = "2024"
[features]
vendor = []
[dependencies]
anyhow = "1.0.98"
clap = { version = "4.5.37", features = ["derive"] }