mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-15 15:39:09 +01:00
Pin rustc in fuzzing to 1.58 due to honggfuzz-rs regression
This commit is contained in:
parent
4b77ce1959
commit
5da22534cd
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