File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v4
1919
20- - name : Install Rust stable
21- uses : dtolnay/rust-toolchain@stable
20+ - name : Install Rust nightly
21+ uses : dtolnay/rust-toolchain@nightly
2222 with :
2323 components : rust-src
2424
3030 - name : Install espup
3131 run : cargo install espup
3232
33- - name : Install ESP Rust toolchain
33+ - name : Install ESP-IDF
3434 run : |
3535 espup install
3636 . $HOME/export-esp.sh
8989 steps :
9090 - uses : actions/checkout@v4
9191
92- - name : Install Rust stable
93- uses : dtolnay/rust-toolchain@stable
92+ - name : Install Rust nightly
93+ uses : dtolnay/rust-toolchain@nightly
9494 with :
9595 components : rust-src
9696
@@ -103,11 +103,10 @@ jobs:
103103 run : |
104104 cargo install espup cargo-espflash
105105
106- - name : Install ESP Rust toolchain
106+ - name : Install ESP-IDF
107107 run : |
108108 espup install
109109 . $HOME/export-esp.sh
110- rustup component add rust-src --toolchain esp
111110
112111 - name : Build firmware
113112 run : |
@@ -119,7 +118,7 @@ jobs:
119118 uses : actions/upload-artifact@v4
120119 with :
121120 name : firmware-esp32c3
122- path : sensors/active-wing/target/riscv32imc-esp-espidf/release/esp32-telemetry
121+ path : sensors/active-wing/target/riscv32imc-esp-espidf/release/active-wing
123122
124123 python-lint :
125124 name : Python Lint
You can’t perform that action at this time.
0 commit comments