Merge pull request #1335 from TheBlueMatt/2022-02-fix-honggfuzz-regression
authorvalentinewallace <valentinewallace@users.noreply.github.com>
Mon, 28 Feb 2022 18:50:03 +0000 (13:50 -0500)
committerGitHub <noreply@github.com>
Mon, 28 Feb 2022 18:50:03 +0000 (13:50 -0500)
Pin rustc in fuzzing to 1.58 due to honggfuzz-rs regression

.github/workflows/build.yml

index c982060a8c5cab14c7d077ff123314e4607d91ab..964a752056d301ccc9c2275ebc5b5091d2d40cf5 100644 (file)
@@ -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