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 ad497de commit 1eec64dCopy full SHA for 1eec64d
.github/actions/install-sim/action.yml
@@ -30,6 +30,7 @@ runs:
30
pushd test/work/firmware; git am ../../data/coldcard-multisig.patch; popd
31
poetry run pip install -r test/work/firmware/requirements.txt
32
pip install -r test/work/firmware/requirements.txt
33
+ pip install pysdl2-dll
34
35
- if: inputs.device == 'bitbox01'
36
shell: bash
0 commit comments