mirror of
https://github.com/NotAShelf/microfetch.git
synced 2026-04-12 21:07:41 +00:00
commit
6ca830125f
2 changed files with 6 additions and 0 deletions
5
.github/workflows/hotpath-profile.yml
vendored
5
.github/workflows/hotpath-profile.yml
vendored
|
|
@ -16,6 +16,11 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
with:
|
||||
rustflags: ""
|
||||
|
||||
- name: Make Mold the default linker
|
||||
uses: rui314/setup-mold@v1
|
||||
|
||||
- name: Create metrics directory
|
||||
run: mkdir -p /tmp/metrics
|
||||
|
|
|
|||
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
|
|
@ -29,6 +29,7 @@ jobs:
|
|||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
with:
|
||||
target: ${{ matrix.target }}
|
||||
rustflags: ""
|
||||
|
||||
- name: "Make Mold the default linker"
|
||||
uses: rui314/setup-mold@v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue