Skip to content

Commit ea99478

Browse files
authored
Merge pull request #89 from google/fix-fuzz-ci
Fix fuzzer
2 parents 7fbf7d9 + 7c8eac4 commit ea99478

File tree

3 files changed

+1090
-592
lines changed

3 files changed

+1090
-592
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
# The `{ sharedKey: ... }` allows different actions to share the cache.
5252
- uses: Swatinem/rust-cache@v1
5353
with: { sharedKey: fullBuild }
54-
# For operating systems that have it packaged, install creduce
5554
- name: Install dependencies on Linux
5655
if: matrix.os == ''
5756
run: sudo apt-get install libssl-dev pkg-config

0 commit comments

Comments
 (0)