Update CI to fix on GitHub Actions (#394)

Should hopefully fix the master branch...
This commit is contained in:
Alex Crichton 2020-11-20 10:29:35 -06:00 committed by GitHub
parent 5c294cedc0
commit 82bee10b5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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