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 ed007bcCopy full SHA for ed007bc
.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
@@ -31,7 +31,6 @@ runs:
31
poetry run pip install -r test/work/firmware/requirements.txt
32
pip install -r test/work/firmware/requirements.txt
33
poetry run pip install pysdl2-dll
34
- pip install pysdl2-dll
35
36
- if: inputs.device == 'bitbox01'
37
0 commit comments