We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 051b56f commit a9d9a3aCopy full SHA for a9d9a3a
1 file changed
.github/workflows/nightly_rustc.yml
@@ -66,7 +66,14 @@ jobs:
66
./x build --host=${{ matrix.arch.host_target }} --stage 2 --config ../rustc_codegen_gcc/tests/bootstraps/bootstrap.${{ matrix.arch.host_target }}.toml
67
68
- name: Link toolchain
69
- run: rustup toolchain link my-toolchain build/${{ matrix.arch.host_target }}/stage2
+ run: |
70
+ cd rust
71
+ ls
72
+ echo ****
73
+ ls build
74
75
+ ls build/${{ matrix.arch.host_target }}
76
+ rustup toolchain link my-toolchain build/${{ matrix.arch.host_target }}/stage2
77
78
- name: Smoke test
79
run: |
0 commit comments