ci: update installation steps for xxd to include package list update

This commit is contained in:
Manuel Weiser 2025-02-20 18:04:00 +01:00
parent ce413965c7
commit 2da641d604
2 changed files with 6 additions and 2 deletions

View File

@ -33,7 +33,9 @@ jobs:
pip install --upgrade platformio esptool
- name: Install xxd
run: sudo apt-get install xxd
run: |
sudo apt-get update
sudo apt-get install xxd
- name: Build Firmware
run: |

View File

@ -22,7 +22,9 @@ jobs:
pip install --upgrade platformio esptool
- name: Install xxd
run: sudo apt-get install xxd
run: |
sudo apt-get update
sudo apt-get install xxd
- name: Build Firmware
run: |