Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit 132bd0f

Browse files
committed
fix: install ledgerwallet
1 parent 858d3ad commit 132bd0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,11 @@ jobs:
4545
run: |
4646
npm install -g yarn
4747
npm install -g yalc
48-
- name: Install cargo ledger and deps
48+
- name: Install ledger deps
4949
run: |
5050
cargo install cargo-ledger
5151
cargo ledger setup
52+
pip install ledgerwallet
5253
- name: Checkout and build ironfish repo
5354
run: |
5455
git clone https://github.com/iron-fish/ironfish.git

0 commit comments

Comments
 (0)