Workaround hardlink issue in CI

This commit is contained in:
bjorn3
2026-04-19 21:22:57 +02:00
parent 6adebf03c8
commit 69c1f56cf0
2 changed files with 5 additions and 1 deletions
+5
View File
@@ -4,6 +4,11 @@ description = "Network stack daemons"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "netstack"
path = "src/main.rs"
# FIXME remove
[[bin]]
name = "smolnetd"
path = "src/main.rs"