ci: add missing mold linker setup to hotpath-profile workflow

This commit is contained in:
Amaan Qureshi 2026-03-27 17:08:28 -04:00
commit 308ca53dd8
No known key found for this signature in database

View file

@ -19,6 +19,9 @@ jobs:
with: with:
rustflags: "" rustflags: ""
- name: Make Mold the default linker
uses: rui314/setup-mold@v1
- name: Create metrics directory - name: Create metrics directory
run: mkdir -p /tmp/metrics run: mkdir -p /tmp/metrics