File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
.github/actions/install-sim Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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 "ci@ci.com"
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
You can’t perform that action at this time.
0 commit comments