From 308ca53dd8100a6025ce87b92e0ace8830082300 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Fri, 27 Mar 2026 17:08:28 -0400 Subject: [PATCH] ci: add missing mold linker setup to hotpath-profile workflow --- .github/workflows/hotpath-profile.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/hotpath-profile.yml b/.github/workflows/hotpath-profile.yml index 9909986..dfb09c1 100644 --- a/.github/workflows/hotpath-profile.yml +++ b/.github/workflows/hotpath-profile.yml @@ -19,6 +19,9 @@ jobs: with: rustflags: "" + - name: Make Mold the default linker + uses: rui314/setup-mold@v1 + - name: Create metrics directory run: mkdir -p /tmp/metrics