File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 48
48
CC : deny_c
49
49
RUST_CHANNEL : " ${{ needs.changes.outputs.proc_macros == 'true' && 'nightly' || 'stable' }}"
50
50
USE_SYSROOT_ABI : " ${{ needs.changes.outputs.proc_macros == 'true' && '--features sysroot-abi' || '' }}"
51
+ RUSTUP_RUSTC_DEV : " ${{ needs.changes.outputs.proc_macros == 'true' && 'rustc-dev' || '' }}"
51
52
52
53
strategy :
53
54
fail-fast : false
63
64
- name : Install Rust toolchain
64
65
run : |
65
66
rustup update --no-self-update ${{ env.RUST_CHANNEL }}
66
- rustup component add --toolchain ${{ env.RUST_CHANNEL }} rustfmt rust-src
67
+ rustup component add --toolchain ${{ env.RUST_CHANNEL }} rustfmt rust-src ${{ env.RUSTUP_RUSTC_DEV }}
67
68
rustup default ${{ env.RUST_CHANNEL }}
68
69
69
70
- name : Cache Dependencies
You can’t perform that action at this time.
0 commit comments