Skip to content

Commit cfb5302

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)