ci: make Mold the default linker

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I36756896731a4df6903fcafea68246c76a6a6964
This commit is contained in:
raf 2026-03-27 16:29:47 +03:00
commit 23e994a8fb
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -30,6 +30,9 @@ jobs:
with: with:
target: ${{ matrix.target }} target: ${{ matrix.target }}
- name: "Make Mold the default linker"
uses: rui314/setup-mold@v1
- name: "Install cross" - name: "Install cross"
run: cargo install cross --git https://github.com/cross-rs/cross run: cargo install cross --git https://github.com/cross-rs/cross