Skip to content

Commit ba5bfbb

Browse files
committed
feat: add adafruit-nrfutil to PlatformIO installation in release workflow
1 parent ef51add commit ba5bfbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Install PlatformIO and esptool
7878
run: |
7979
pip install --upgrade pip
80-
pip install platformio esptool
80+
pip install platformio esptool adafruit-nrfutil
8181
8282
# ── 4. Install Espressif Rust toolchain (Xtensa) or ARM target ──────
8383
- name: Install Espressif Rust toolchain via espup

0 commit comments

Comments
 (0)