mirror of
https://github.com/NotAShelf/microfetch.git
synced 2026-04-12 21:07:41 +00:00
ci: add missing mold linker setup to hotpath-profile workflow
This commit is contained in:
parent
d49e75b6d2
commit
308ca53dd8
1 changed files with 3 additions and 0 deletions
3
.github/workflows/hotpath-profile.yml
vendored
3
.github/workflows/hotpath-profile.yml
vendored
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue