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 4851f4c commit e6d964aCopy full SHA for e6d964a
.github/actions/install-sim/action.yml
@@ -58,8 +58,8 @@ runs:
58
apt-get update
59
apt-get install -y libusb-1.0-0 qemu-user-static
60
tar -xvf speculos.tar.gz
61
- poetry run pip install construct flask-cors flask-restful jsonschema mnemonic pyelftools pillow requests pytesseract
62
- pip install construct flask-cors flask-restful jsonschema mnemonic pyelftools pillow requests pytesseract
+ poetry run pip install construct flask-cors flask-restful jsonschema ledgered mnemonic pyelftools pillow requests pytesseract
+ pip install construct flask-cors flask-restful jsonschema ledgered mnemonic pyelftools pillow requests pytesseract
63
64
- if: inputs.device == 'ledger'
65
uses: actions/download-artifact@v4
0 commit comments