ci: update installation steps for xxd to include package list update
This commit is contained in:
		| @@ -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: | | ||||
|   | ||||
| @@ -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: | | ||||
|   | ||||
		Reference in New Issue
	
	Block a user