add py3-intelhex

This commit is contained in:
Ben V. Brown
2024-08-20 22:55:48 +10:00
parent 4193362fce
commit 22ce26026d
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ jobs:
steps:
- name: Install dependencies (apk)
run: apk add --no-cache git python3 py3-pip zlib py3-pillow
run: apk add --no-cache git python3 py3-pip zlib py3-pillow py3-intelhex
- uses: actions/checkout@v3
with:

View File

@@ -13,7 +13,7 @@ jobs:
steps:
- name: Install dependencies (apk)
run: sudo apt update && sudo apt-get install -y git python3 python3-pillow
run: sudo apt update && sudo apt-get install -y git python3 python3-pillow py3-intelhex
- uses: actions/checkout@v3
with: