Skip to content

Commit d6629ae

Browse files
committed
install cargo-fuzz with cargo to work around musl issue
the taiki-e distribution uses musl as its target, causing issues with the sanitizer
1 parent 42ba6e5 commit d6629ae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,7 @@ jobs:
113113
with:
114114
toolchain: nightly
115115
- name: Install cargo fuzz
116-
uses: taiki-e/install-action@56ab7930c591507f833cbaed864d201386d518a8
117-
with:
118-
tool: cargo-fuzz
116+
run: cargo install cargo-fuzz
119117
- name: Download custom decompression corpus
120118
run: |
121119
wget https://github.com/trifectatechfoundation/compression-corpus/releases/download/2025-08-27-084941/zstd-files.zip

0 commit comments

Comments
 (0)