-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci): install taplo through moonrepo (#2672)
Looks like cargo-install action isn't picking up the `lld` rustflags inside main.yml. Anyhow, installing through moonrepo is probably better anyway, since it is already installing rust. Co-Authored-By: Gilad Chase <[email protected]>
- Loading branch information
1 parent
fe2c664
commit 94fe7a0
Showing
2 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,6 @@ runs: | |
with: | ||
cache-base: main(-v[0-9].*)? | ||
inherit-toolchain: true | ||
bins: [email protected] | ||
env: | ||
RUSTFLAGS: "-C link-arg=-fuse-ld=lld" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters