mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 07:17:40 +01:00
Merge pull request #1335 from TheBlueMatt/2022-02-fix-honggfuzz-regression
Pin rustc in fuzzing to 1.58 due to honggfuzz-rs regression
This commit is contained in:
commit
219a4545be
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -267,10 +267,10 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout source code
|
||||
uses: actions/checkout@v2
|
||||
- name: Install Rust ${{ env.TOOLCHAIN }} toolchain
|
||||
- name: Install Rust 1.58 toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: ${{ env.TOOLCHAIN }}
|
||||
toolchain: 1.58
|
||||
override: true
|
||||
profile: minimal
|
||||
- name: Install dependencies for honggfuzz
|
||||
|
|
Loading…
Add table
Reference in a new issue