Update push.yml

This commit is contained in:
Ben V. Brown
2022-02-14 21:07:06 +11:00
parent 24f805cdac
commit 68baf80052

View File

@@ -21,7 +21,7 @@ jobs:
run: apk add --no-cache git python3 py3-pip
- name: Install dependencies (py)
run: pip3 install IntelHex
run: pip3 install pillow
- uses: actions/checkout@v2
with: