Skip to content

Commit badbc63

Browse files
committed
ci: riscv check examples does not need nightly toolchain
1 parent d25f08f commit badbc63

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -152,26 +152,19 @@ jobs:
152152
- backend: riscv32-imc-clint
153153
platform: hifive1
154154
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
156155

157156
- backend: riscv32-imc-mecall
158157
platform: hifive1
159158
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
161159

162160
- backend: riscv-esp32-c3
163161
platform: esp32-c3
164162
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
166163

167164
steps:
168165
- name: Checkout
169166
uses: actions/checkout@v4
170167

171-
- name: Install optional custom toolchain
172-
if: matrix.input.custom-toolchain
173-
run: ${{ matrix.input.custom-toolchain }}
174-
175168
- name: Configure Rust target
176169
run: rustup target add ${{ matrix.input.rustup-target }}
177170

0 commit comments

Comments
 (0)