ci: update installation steps for xxd to include package list update
This commit is contained in:
parent
ce413965c7
commit
2da641d604
@ -33,7 +33,9 @@ jobs:
|
|||||||
pip install --upgrade platformio esptool
|
pip install --upgrade platformio esptool
|
||||||
|
|
||||||
- name: Install xxd
|
- name: Install xxd
|
||||||
run: sudo apt-get install xxd
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install xxd
|
||||||
|
|
||||||
- name: Build Firmware
|
- name: Build Firmware
|
||||||
run: |
|
run: |
|
||||||
|
@ -22,7 +22,9 @@ jobs:
|
|||||||
pip install --upgrade platformio esptool
|
pip install --upgrade platformio esptool
|
||||||
|
|
||||||
- name: Install xxd
|
- name: Install xxd
|
||||||
run: sudo apt-get install xxd
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install xxd
|
||||||
|
|
||||||
- name: Build Firmware
|
- name: Build Firmware
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user