We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ccaf1 commit 9c137ceCopy full SHA for 9c137ce
.github/workflows/main.yml
@@ -90,7 +90,7 @@ jobs:
90
run: |
91
curl -L -o code.tar.gz https://github.com/rust-lang/llvm-project/archive/rustc/10.0-2020-05-05.tar.gz
92
tar xzf code.tar.gz --strip-components 1 llvm-project-rustc-10.0-2020-05-05/compiler-rt
93
- echo "##[set-env name=RUST_COMPILER_RT_ROOT]./compiler-rt"
+ echo RUST_COMPILER_RT_ROOT=./compiler-rt >> $GITHUB_ENV
94
shell: bash
95
96
# Non-linux tests just use our raw script
0 commit comments