tirbofish/dropbear · diff
ci: fix build
jarvis, run github actions
Signature present but could not be verified.
Unverified
@@ -1,8 +1,6 @@ -[target.x86_64-pc-windows-msvc] -rustflags = ["-C", "target-feature=+crt-static", "-C", "prefer-dynamic", "-C", "link-arg=-fuse-ld=mold"] - -[target.'cfg(target_os = "macos")'] +[target.x86_64-unknown-linux-gnu] +linker = "clang" rustflags = ["-C", "link-arg=-fuse-ld=mold"] -[target.'cfg(target_os = "linux")'] +[target.x86_64-pc-windows-msvc] rustflags = ["-C", "link-arg=-fuse-ld=mold"]