File tree 1 file changed +0
-7
lines changed
1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -152,26 +152,19 @@ jobs:
152
152
- backend : riscv32-imc-clint
153
153
platform : hifive1
154
154
rustup-target : riscv32imc-unknown-none-elf
155
- custom-toolchain : rustup toolchain install nightly-2023-11-14 --component rust-src --target riscv32imc-unknown-none-elf && rustup override set nightly
156
155
157
156
- backend : riscv32-imc-mecall
158
157
platform : hifive1
159
158
rustup-target : riscv32imc-unknown-none-elf
160
- custom-toolchain : rustup toolchain install nightly-2023-11-14 --component rust-src --target riscv32imc-unknown-none-elf && rustup override set nightly
161
159
162
160
- backend : riscv-esp32-c3
163
161
platform : esp32-c3
164
162
rustup-target : riscv32imc-unknown-none-elf
165
- custom-toolchain : rustup toolchain install nightly-2023-11-14 --component rust-src --target riscv32imc-unknown-none-elf && rustup override set nightly
166
163
167
164
steps :
168
165
- name : Checkout
169
166
uses : actions/checkout@v4
170
167
171
- - name : Install optional custom toolchain
172
- if : matrix.input.custom-toolchain
173
- run : ${{ matrix.input.custom-toolchain }}
174
-
175
168
- name : Configure Rust target
176
169
run : rustup target add ${{ matrix.input.rustup-target }}
177
170
You can’t perform that action at this time.
0 commit comments