File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 4040 esp-hal :
4141 name : esp-hal (${{ matrix.device.soc }})
4242 runs-on : ubuntu-latest
43- continue-on-error : ${{ matrix.device.toolchain == 'nightly' }}
4443 env :
4544 SSID : SSID
4645 PASSWORD : PASSWORD
@@ -199,7 +198,7 @@ jobs:
199198 uses : dtolnay/rust-toolchain@v1
200199 with :
201200 target : ${{ matrix.target.rust-target }}
202- toolchain : nightly
201+ toolchain : stable
203202 components : rust-src
204203 # Install the Rust toolchain for Xtensa devices:
205204 - if : contains(fromJson('["esp32", "esp32s2", "esp32s3"]'), matrix.target.soc)
Original file line number Diff line number Diff line change @@ -128,7 +128,6 @@ pub fn build_documentation(
128128
129129 // Build up an array of command-line arguments to pass to `cargo`:
130130 let builder = CargoArgsBuilder :: default ( )
131- . toolchain ( if chip. is_xtensa ( ) { "esp" } else { "nightly" } )
132131 . subcommand ( "doc" )
133132 . target ( target)
134133 . features ( & features)
You can’t perform that action at this time.
0 commit comments