Skip to content

Commit 5612f30

Browse files
authored
Merge pull request #375 from Amanieu/fix_ci
Fix CI url for compiler-rt source
2 parents caa19a7 + 6a67566 commit 5612f30

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-02-05.tar.gz
92-
tar xzf code.tar.gz --strip-components 1 llvm-project-rustc-10.0-2020-02-05/compiler-rt
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
9393
echo "##[set-env name=RUST_COMPILER_RT_ROOT]./compiler-rt"
9494
shell: bash
9595

0 commit comments

Comments
 (0)