From: Matt Corallo Date: Thu, 9 Mar 2023 20:51:46 +0000 (+0000) Subject: Use yesterday's rustc on OSX as the release binaries were built with it X-Git-Tag: v0.0.114.0 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=e17b909b6e77ab78ded1d032972c2a6f6d6198f2;hp=927149c17c7f246e9c77127a282234206381fa65;p=ldk-java Use yesterday's rustc on OSX as the release binaries were built with it --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d612a3db..ce0afd2e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -352,6 +352,10 @@ jobs: fail-fast: false runs-on: ${{ matrix.platform }} steps: + - name: Temporarily use rustc from yesterday + run: | + rustup install 1.67.1 + rustup default 1.67.1 - name: Install other Rust platforms run: rustup target install aarch64-apple-darwin - name: Checkout source code