From: Matt Corallo Date: Fri, 10 Mar 2023 18:25:37 +0000 (+0000) Subject: Revert "Use yesterday's rustc on OSX as the release binaries were built with it" X-Git-Tag: v0.0.114.1^2~3 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=afd82d6d61b430b8c4cf9fff6cd719ab1fc3f0a3;hp=5cdb34f643d09f21c147c9d0b2f8888609e43429;p=ldk-java Revert "Use yesterday's rustc on OSX as the release binaries were built with it" This reverts commit df806a3a7287441c2f27cb44135e3cb06ee83b42. --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e3a25ff..d612a3db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -358,10 +358,6 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 - - name: Temporarily use rustc from yesterday - run: | - rustup install 1.67.1 - rustup default 1.67.1 - name: Fetch upstream LLVM/clang snapshot run: | git config --global safe.directory '*'