X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=.github%2Fworkflows%2Fbuild.yml;h=7e3a25ff437cb4914d2b471d97367666f6e8e22c;hb=df806a3a7287441c2f27cb44135e3cb06ee83b42;hp=d612a3dbe1aa24ca4dbd9d02f9ccf9da9226120e;hpb=927149c17c7f246e9c77127a282234206381fa65;p=ldk-java diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d612a3db..7e3a25ff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -358,6 +358,10 @@ 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 '*'