We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1936dd3 commit f7cfb8fCopy full SHA for f7cfb8f
.github/workflows/nightly_rustc.yml
@@ -67,7 +67,14 @@ jobs:
67
./x build --stage 2 --config ../rustc_codegen_gcc/tests/bootstraps/bootstrap.${{ matrix.arch.host_target }}.toml
68
69
- name: Link toolchain
70
- run: rustup toolchain link my-toolchain build/${{ matrix.arch.host_target }}/stage2
+ run: |
71
+ cd rust
72
+ ls
73
+ echo ****
74
+ ls build
75
76
+ ls build/${{ matrix.arch.host_target }}
77
+ rustup toolchain link my-toolchain build/${{ matrix.arch.host_target }}/stage2
78
79
- name: Smoke test
80
run: |
0 commit comments