Skip to content

Commit 86ca38b

Browse files
authored
Lock cargo-afl to 0.15.19 to work around a coverage bug (#392)
Signed-off-by: Chris Hennick <[email protected]>
1 parent 6c78fe3 commit 86ca38b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
- uses: actions/checkout@v4
130130
- run: rustup toolchain add nightly && rustup default nightly && rustup component add clippy
131131

132-
- run: cargo install cargo-afl
132+
- run: cargo install cargo-afl --version 0.15.19
133133

134134
- name: cargo afl system-config
135135
run: cargo afl system-config
@@ -181,7 +181,7 @@ jobs:
181181
- uses: actions/checkout@v4
182182
- run: rustup toolchain add nightly && rustup default nightly && rustup component add clippy
183183

184-
- run: cargo install cargo-afl
184+
- run: cargo install cargo-afl --version 0.15.19
185185

186186
- name: cargo afl system-config
187187
run: cargo afl system-config
@@ -225,7 +225,7 @@ jobs:
225225
- uses: actions/checkout@v4
226226
- run: rustup toolchain add nightly && rustup default nightly && rustup component add clippy
227227

228-
- run: cargo install cargo-afl
228+
- run: cargo install cargo-afl --version 0.15.19
229229

230230
- name: cargo afl system-config
231231
run: cargo afl system-config
@@ -277,7 +277,7 @@ jobs:
277277
- uses: actions/checkout@v4
278278
- run: rustup toolchain add nightly && rustup default nightly && rustup component add clippy
279279

280-
- run: cargo install cargo-afl
280+
- run: cargo install cargo-afl --version 0.15.19
281281

282282
- name: cargo afl system-config
283283
run: cargo afl system-config

0 commit comments

Comments
 (0)