Skip to content

Commit

Permalink
feat: add ledger (#537)
Browse files Browse the repository at this point in the history
* add ledger

* pool becomes key again

* clippy

* drive-by fix

* better errors

* restore advance

* install libudev

* add comment
  • Loading branch information
guibescos authored Sep 18, 2024
1 parent 5ce7ede commit 5fc07e2
Show file tree
Hide file tree
Showing 7 changed files with 172 additions and 132 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/anchor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Install libudev-dev
run: sudo apt-get update && sudo apt-get install libudev-dev
- name: Setup Node.js
uses: actions/setup-node@v2
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Install libudev-dev
run: sudo apt-get update && sudo apt-get install libudev-dev
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down
Loading

0 comments on commit 5fc07e2

Please sign in to comment.