Skip to content

Commit 11cb87a

Browse files
committed
Speed up fuzz build in CI using precompiled cargo-fuzz
1 parent f286714 commit 11cb87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
steps:
102102
- uses: actions/checkout@v3
103103
- uses: dtolnay/rust-toolchain@nightly
104-
- run: cargo install cargo-fuzz --debug
104+
- uses: dtolnay/install@cargo-fuzz
105105
- run: cargo fuzz build -O
106106

107107
outdated:

0 commit comments

Comments
 (0)