Skip to content

Commit e6d964a

Browse files
committed
ledger: add missing ledgerd
LedgerHQ/speculos#593
1 parent 4851f4c commit e6d964a

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
@@ -58,8 +58,8 @@ runs:
5858
apt-get update
5959
apt-get install -y libusb-1.0-0 qemu-user-static
6060
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
61+
poetry run pip install construct flask-cors flask-restful jsonschema ledgered mnemonic pyelftools pillow requests pytesseract
62+
pip install construct flask-cors flask-restful jsonschema ledgered mnemonic pyelftools pillow requests pytesseract
6363
6464
- if: inputs.device == 'ledger'
6565
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)