Skip to content

Commit b3fe9af

Browse files
committed
coldcard: install pysdl2-dll
Coldcard/firmware#173
1 parent 8967f69 commit b3fe9af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/install-sim/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ runs:
3030
pushd test/work/firmware; git am ../../data/coldcard-multisig.patch; popd
3131
poetry run pip install -r test/work/firmware/requirements.txt
3232
pip install -r test/work/firmware/requirements.txt
33+
poetry run pip install pysdl2-dll
34+
pip install pysdl2-dll
3335
3436
- if: inputs.device == 'bitbox01'
3537
shell: bash

0 commit comments

Comments
 (0)