@@ -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