Skip to content

Commit 9c137ce

Browse files
authoredNov 20, 2020
Update CI to fix on GitHub Actions (#394)
Should hopefully fix the master branch...
1 parent 63ccaf1 commit 9c137ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
run: |
9191
curl -L -o code.tar.gz https://github.com/rust-lang/llvm-project/archive/rustc/10.0-2020-05-05.tar.gz
9292
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"
93+
echo RUST_COMPILER_RT_ROOT=./compiler-rt >> $GITHUB_ENV
9494
shell: bash
9595

9696
# Non-linux tests just use our raw script

0 commit comments

Comments
 (0)
Please sign in to comment.