1
0
Fork 0
mirror of https://github.com/imjasonh/esp32 synced 2026-07-06 23:52:24 +00:00

CI: pin setup-uv to v7 (no v8 moving tag), add publisher rust-toolchain

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jason Hall 2026-05-02 14:22:34 -04:00
parent 71fa55f189
commit 9ef15ba16d
3 changed files with 7 additions and 2 deletions

View file

@ -34,7 +34,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y cmake ninja-build
- name: Setup uv (for python-shim)
uses: astral-sh/setup-uv@v8
uses: astral-sh/setup-uv@v7
- name: Setup Xtensa toolchain (espup)
uses: esp-rs/xtensa-toolchain@v1.7

View file

@ -36,7 +36,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y cmake ninja-build
- name: Setup uv (for python-shim)
uses: astral-sh/setup-uv@v8
uses: astral-sh/setup-uv@v7
- name: Setup Xtensa toolchain (espup)
uses: esp-rs/xtensa-toolchain@v1.7

View file

@ -0,0 +1,5 @@
# The publisher is a host-side binary; the parent rust-toolchain.toml
# pins `esp` for the firmware build, which isn't installed on host-only
# CI jobs. Override here so cargo uses stable.
[toolchain]
channel = "stable"