Skip to content

Commit 2ec3ce5

Browse files
committed
CI: Add comment to esp-rs toolchain pin to link to the upstream issue filed
1 parent 7b9e047 commit 2ec3ce5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ jobs:
623623
default: true
624624
buildtargets: esp32
625625
ldproxy: false
626-
version: "1.88.0"
626+
version: "1.88.0" # Pinned because of https://github.com/esp-rs/rust/issues/266
627627
- uses: Swatinem/rust-cache@v2
628628
- name: Build and Test Printer demo
629629
shell: bash

.github/workflows/nightly_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
default: true
2525
buildtargets: esp32
2626
ldproxy: false
27-
version: "1.88.0"
27+
version: "1.88.0" # Pinned because of https://github.com/esp-rs/rust/issues/266
2828
- uses: Swatinem/rust-cache@v2
2929
- name: Build and Test Printer demo
3030
shell: bash

0 commit comments

Comments
 (0)