Skip to content

Commit 219a454

Browse files
Merge pull request #1335 from TheBlueMatt/2022-02-fix-honggfuzz-regression
Pin rustc in fuzzing to 1.58 due to honggfuzz-rs regression
2 parents 99073c7 + 5da2253 commit 219a454

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,10 @@ jobs:
267267
steps:
268268
- name: Checkout source code
269269
uses: actions/checkout@v2
270-
- name: Install Rust ${{ env.TOOLCHAIN }} toolchain
270+
- name: Install Rust 1.58 toolchain
271271
uses: actions-rs/toolchain@v1
272272
with:
273-
toolchain: ${{ env.TOOLCHAIN }}
273+
toolchain: 1.58
274274
override: true
275275
profile: minimal
276276
- name: Install dependencies for honggfuzz

0 commit comments

Comments
 (0)