We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f302def commit 247cae9Copy full SHA for 247cae9
1 file changed
.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