We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa19a7 commit 6a67566Copy full SHA for 6a67566
.github/workflows/main.yml
@@ -88,8 +88,8 @@ jobs:
88
- run: rustup component add llvm-tools-preview
89
- name: Download compiler-rt reference sources
90
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
+ 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
93
echo "##[set-env name=RUST_COMPILER_RT_ROOT]./compiler-rt"
94
shell: bash
95
0 commit comments