From f61d3326d10ff08fa904533b8ac599c14900c21b Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 20 Nov 2020 08:15:10 -0800 Subject: [PATCH] Update CI to fix on GitHub Actions Should hopefully fix the master branch... --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e4bcc9c10..01dffb845 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -90,7 +90,7 @@ jobs: run: | curl -L -o code.tar.gz https://github.com/rust-lang/llvm-project/archive/rustc/10.0-2020-05-05.tar.gz tar xzf code.tar.gz --strip-components 1 llvm-project-rustc-10.0-2020-05-05/compiler-rt - echo "##[set-env name=RUST_COMPILER_RT_ROOT]./compiler-rt" + echo RUST_COMPILER_RT_ROOT=./compiler-rt >> $GITHUB_ENV shell: bash # Non-linux tests just use our raw script