Skip to content

Commit 5572a4a

Browse files
committed
fix ci
1 parent 117472e commit 5572a4a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.cargo/config.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@ xtask = "run --package xtask --"
55
[target.wasm32-unknown-unknown]
66
rustflags = ["-Clink-arg=--no-entry"]
77

8+
# github actions won't compile with lld
9+
[target.x86_64-unknown-linux-gnu]
10+
rustflags = ["-Clink-arg=--no-entry"]
11+
812
[build]
913
rustflags = ["-Clink-arg=-fuse-ld=lld"]

0 commit comments

Comments
 (0)