diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2025-09-17 19:35:39 +0200 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2025-09-17 20:37:07 +0200 |
| commit | a23530bf8621eec291472c1187b96ddb3583edf1 (patch) | |
| tree | ec8ef18913fc6f427103ab536eefdb67babaeeb0 /.github | |
| parent | 24d6d88551814f8c8cc56c146954f962bad40b3b (diff) | |
CI: esptool warns about deprecating esptool.py
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 969450d..4c849e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -171,7 +171,7 @@ jobs: with: tool: espflash - - name: Install esptool.py + - name: Install esptool if: contains(matrix.input.platform, 'esp32') run: pip install esptool |
