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