summaryrefslogtreecommitdiffstats
path: root/.github/workflows/pull-request-checks.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/pull-request-checks.yml')
-rw-r--r--.github/workflows/pull-request-checks.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml
index 591fbb25..5c083605 100644
--- a/.github/workflows/pull-request-checks.yml
+++ b/.github/workflows/pull-request-checks.yml
@@ -223,6 +223,9 @@ jobs:
- name: enable toolchain via github action
uses: dtolnay/rust-toolchain@1.63.0
+ - name: Install mold linker
+ uses: rui314/setup-mold@v1
+
- name: Enable cache
# https://github.com/marketplace/actions/rust-cache
uses: Swatinem/rust-cache@v2
@@ -261,6 +264,9 @@ jobs:
- name: enable toolchain via github action
uses: dtolnay/rust-toolchain@1.63.0
+ - name: Install mold linker
+ uses: rui314/setup-mold@v1
+
- name: Enable cache
# https://github.com/marketplace/actions/rust-cache
uses: Swatinem/rust-cache@v2