Skip to content

Commit abe8a88

Browse files
committed
Add ledger signer
1 parent 59bd742 commit abe8a88

File tree

16 files changed

+3280
-170
lines changed

16 files changed

+3280
-170
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Update local dependency repositories
6060
run: sudo apt-get update
6161
- name: Install dependencies
62-
run: sudo apt-get install -yqq --no-install-recommends build-essential python3 python3-toml podman build-essential pkg-config libssl-dev
62+
run: sudo apt-get install -yqq --no-install-recommends build-essential python3 python3-toml podman build-essential pkg-config libssl-dev libdbus-1-dev libusb-1.0-0-dev
6363
- name: Install rust deps
6464
run: sudo apt-get install -yqq build-essential pkg-config libssl-dev
6565
- name: Install rust

.github/workflows/code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Update local dependency repositories
2626
run: sudo apt-get update
2727
- name: Install dependencies
28-
run: sudo apt-get install -yqq --no-install-recommends build-essential python3 python3-toml
28+
run: sudo apt-get install -yqq --no-install-recommends build-essential python3 python3-toml libdbus-1-dev libusb-1.0-0-dev
2929

3030
- name: Install rust
3131
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain $(python3 ./build-tools/rust-version-extractor/rust-version-extractor.py)

0 commit comments

Comments
 (0)