Skip to content

Commit b40ad63

Browse files
committed
ledger: add missing ledgerd
LedgerHQ/speculos#593
1 parent dc513cd commit b40ad63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/install-sim/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ runs:
6060
apt-get update
6161
apt-get install -y libusb-1.0-0 qemu-user-static
6262
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
63+
poetry run pip install construct flask-cors flask-restful jsonschema ledgered mnemonic pyelftools pillow requests pytesseract
64+
pip install construct flask-cors flask-restful jsonschema ledgered mnemonic pyelftools pillow requests pytesseract
6565
6666
- if: inputs.device == 'ledger'
6767
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)