Skip to content

Commit 8ddf3db

Browse files
committed
wip: try to fix rust_ci
1 parent 8ee402f commit 8ddf3db

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/rust_ci.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,13 @@ jobs:
2828
steps:
2929
- name: Checkout repository
3030
uses: actions/checkout@v4
31-
- name: Setup Rust
31+
- name: Setup Rust (xtensa)
32+
uses: esp-rs/xtensa-toolchain@v1.5
33+
with:
34+
default: true
35+
buildtargets: esp32
36+
ldproxy: false
37+
- name: Setup Rust (riscv)
3238
uses: dtolnay/rust-toolchain@v1
3339
with:
3440
target: riscv32imc-unknown-none-elf

0 commit comments

Comments
 (0)