Skip to content

Commit 187f995

Browse files
committed
esp-idf: Fix build by pinning to Rust 1.88
1.89 and later have difficulties compiling
1 parent ae9e203 commit 187f995

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,7 @@ jobs:
623623
default: true
624624
buildtargets: esp32
625625
ldproxy: false
626+
version: "1.88.0"
626627
- uses: Swatinem/rust-cache@v2
627628
- name: Build and Test Printer demo
628629
shell: bash

.github/workflows/nightly_tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
default: true
2525
buildtargets: esp32
2626
ldproxy: false
27+
version: "1.88.0"
2728
- uses: Swatinem/rust-cache@v2
2829
- name: Build and Test Printer demo
2930
shell: bash

0 commit comments

Comments
 (0)