浏览代码

Update CI to fix on GitHub Actions (#394)

Should hopefully fix the master branch...
Alex Crichton 4 年之前
父节点
当前提交
9c137ced80
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.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