Skip to content

Commit e54b78a

Browse files
committed
Update the version of compiler-rt in CI
1 parent 9ed6cf2 commit e54b78a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ jobs:
8888
- run: rustup component add llvm-tools-preview
8989
- name: Download compiler-rt reference sources
9090
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
91+
curl -L -o code.tar.gz https://github.com/rust-lang/llvm-project/archive/rustc/12.0-2021-04-15.tar.gz
92+
tar xzf code.tar.gz --strip-components 1 llvm-project-rustc-12.0-2021-04-15/compiler-rt
9393
echo RUST_COMPILER_RT_ROOT=./compiler-rt >> $GITHUB_ENV
9494
shell: bash
9595

0 commit comments

Comments
 (0)