From: Jeffrey Czyz Date: Fri, 14 Jul 2023 20:02:29 +0000 (-0500) Subject: Use rustc stable for check_commits X-Git-Tag: v0.0.116-rc1~3^2~12 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=1227dfc1ee971ad648fde4e9230659a34da7fc9c;p=rust-lightning Use rustc stable for check_commits Otherwise, the compiler will panic when using 1.57 for upcoming commits. --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9ebfd1257..525dcbe5f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -147,7 +147,7 @@ jobs: check_commits: runs-on: ubuntu-latest env: - TOOLCHAIN: 1.57.0 + TOOLCHAIN: stable steps: - name: Checkout source code uses: actions/checkout@v3