Skip to content

Commit 8b74e95

Browse files
committed
CI: Fixes codspeed
1 parent c8e05c1 commit 8b74e95

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ jobs:
9191
submodules: true
9292
- run: rustup update
9393
- uses: Swatinem/rust-cache@v2
94-
- run: cargo install cargo-codspeed || true
94+
- uses: taiki-e/install-action@v2
95+
with: { tool: cargo-codspeed }
9596
- run: cargo codspeed build
9697
- uses: CodSpeedHQ/action@v2
9798
with:
@@ -106,7 +107,7 @@ jobs:
106107
submodules: true
107108
- run: rustup update && rustup toolchain install nightly
108109
- uses: Swatinem/rust-cache@v2
109-
- run: cargo install --force cargo-fuzz
110+
- run: cargo install cargo-fuzz || true
110111
- run: python3 build_corpus.py
111112
working-directory: ./fuzz
112113
- run: cargo +nightly fuzz run parse -- -max_total_time=300 -max_len=128

0 commit comments

Comments
 (0)