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