We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e342db commit cfb5302Copy full SHA for cfb5302
.github/actions/install-sim/action.yml
@@ -22,7 +22,7 @@ runs:
22
shell: bash
23
run: |
24
apt-get update
25
- apt-get install -y libpcsclite-dev libusb-1.0-0 swig
+ apt-get install -y libpcsclite-dev libusb-1.0-0 swig libsdl2-dev
26
git config --global user.email "[email protected]"
27
git config --global user.name "ci"
28
pushd test/work; git clone --recursive https://github.com/Coldcard/firmware.git; popd
0 commit comments