Skip to content

Commit 8ce7eed

Browse files
committed
Try to fix CI by downgrading the ESP-Rs toolchain
1 parent 3111229 commit 8ce7eed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,11 @@ jobs:
4040

4141
- name: Install Rust for Xtensa
4242
if: matrix.target != 'riscv32imc-esp-espidf'
43-
uses: esp-rs/[email protected]
43+
uses: esp-rs/[email protected].1
4444
with:
4545
default: true
46+
version: "1.69.0"
47+
buildtargets: ${{ matrix.target }}
4648

4749
- name: Build | Fmt Check
4850
run: cargo fmt -- --check

0 commit comments

Comments
 (0)