Skip to content

Commit 7e8bdea

Browse files
committed
ci: fix coldcard build
1 parent ad497de commit 7e8bdea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@ runs:
2222
shell: bash
2323
run: |
2424
apt-get update
25-
apt-get install -y libpcsclite-dev libusb-1.0-0 swig
25+
apt-get install -y libpcsclite-dev libusb-1.0-0 swig libsdl2-dev
2626
git config --global user.email "[email protected]"
2727
git config --global user.name "ci"
2828
pushd test/work; git clone --recursive https://github.com/Coldcard/firmware.git; popd
2929
tar -xvf coldcard-mpy.tar.gz
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+
pip install pysdl2-dll
3334
3435
- if: inputs.device == 'bitbox01'
3536
shell: bash

0 commit comments

Comments
 (0)