Skip to content

Commit ab15ccb

Browse files
CLI Additions to list receipts and manually claim (#28)
* feat: CLI additions * Improve claim commands * nit * fix: sort * fix: clippy compile issue * feat: CLI additions --------- Co-authored-by: Evan Batsell <[email protected]>
1 parent f5983bf commit ab15ccb

File tree

7 files changed

+889
-62
lines changed

7 files changed

+889
-62
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
with:
2222
components: rustfmt, clippy
2323
toolchain: "1.85.0"
24+
- name: Install Protobuf Compiler
25+
run: |
26+
sudo apt-get update
27+
sudo apt-get install -y protobuf-compiler libudev-dev libclang-dev
2428
- name: Install cargo-sort from crates.io
2529
uses: baptiste0928/cargo-install@v3
2630
with:

0 commit comments

Comments
 (0)