File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 uses : taiki-e/install-action@just
6464 - name : Install Rust
6565 run : |
66- rustup install nightly-2026-01-25
67- rustup component add rust-src --toolchain nightly-2026-01-25
68- rustup default nightly-2026-01-25
66+ rustup install nightly-2026-01-26
67+ rustup component add rust-src --toolchain nightly-2026-01-26
68+ rustup default nightly-2026-01-26
6969 - name : Build
7070 run : |
7171 just build-tier3 ${{ matrix.target }}
8989 uses : taiki-e/install-action@just
9090 - name : Install Rust
9191 run : |
92- rustup install nightly-2026-01-25
93- rustup component add rust-src --toolchain nightly-2026-01-25
94- rustup default nightly-2026-01-25
92+ rustup install nightly-2026-01-26
93+ rustup component add rust-src --toolchain nightly-2026-01-26
94+ rustup default nightly-2026-01-26
9595 - name : Build
9696 run : |
9797 just build-tier3-no-atomics ${{ matrix.target }}
Original file line number Diff line number Diff line change 11[toolchain ]
2- channel = " nightly-2026-01-25 "
2+ channel = " nightly-2026-01-26 "
33targets = [
44 " armv8r-none-eabihf" ,
55]
Original file line number Diff line number Diff line change 11[toolchain ]
2- channel = " nightly-2026-01-25 "
2+ channel = " nightly-2026-01-26 "
33targets = [
44 " armv7r-none-eabi" ,
55 " armv7r-none-eabihf" ,
You can’t perform that action at this time.
0 commit comments