mirror of
https://github.com/NotAShelf/microfetch.git
synced 2026-04-12 12:57:41 +00:00
ci: make Mold the default linker
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I36756896731a4df6903fcafea68246c76a6a6964
This commit is contained in:
parent
d8da2218a4
commit
23e994a8fb
1 changed files with 3 additions and 0 deletions
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
|
|
@ -30,6 +30,9 @@ jobs:
|
|||
with:
|
||||
target: ${{ matrix.target }}
|
||||
|
||||
- name: "Make Mold the default linker"
|
||||
uses: rui314/setup-mold@v1
|
||||
|
||||
- name: "Install cross"
|
||||
run: cargo install cross --git https://github.com/cross-rs/cross
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue