Skip to content

Commit ed007bc

Browse files
committed
ci: fix coldcard build
1 parent 4e342db commit ed007bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ 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
@@ -31,7 +31,6 @@ runs:
3131
poetry run pip install -r test/work/firmware/requirements.txt
3232
pip install -r test/work/firmware/requirements.txt
3333
poetry run pip install pysdl2-dll
34-
pip install pysdl2-dll
3534
3635
- if: inputs.device == 'bitbox01'
3736
shell: bash

0 commit comments

Comments
 (0)