rust: install mold linker

This commit is contained in:
Harsh Shandilya 2022-05-06 08:57:03 +05:30
parent 3849096f27
commit b93eaeafca
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80

View File

@ -43,6 +43,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
- uses: rui314/setup-mold@v1
if: runner.os == 'Linux'
with:
make-default: true
- name: Install Rust toolchain (Unix)
if: runner.os != 'Windows'
shell: bash