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:
22
22
shell : bash
23
23
run : |
24
24
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
26
26
git config --global user.email "[email protected] "
27
27
git config --global user.name "ci"
28
28
pushd test/work; git clone --recursive https://github.com/Coldcard/firmware.git; popd
29
29
tar -xvf coldcard-mpy.tar.gz
30
30
pushd test/work/firmware; git am ../../data/coldcard-multisig.patch; popd
31
31
poetry run pip install -r test/work/firmware/requirements.txt
32
32
pip install -r test/work/firmware/requirements.txt
33
+ pip install pysdl2-dll
33
34
34
35
- if : inputs.device == 'bitbox01'
35
36
shell : bash
You can’t perform that action at this time.
0 commit comments