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 577068a commit b3fbe1dCopy full SHA for b3fbe1d
.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