Skip to content

Commit 296adc8

Browse files
MagicalTuxclaude
andcommitted
Fix verifiable-build: install libudev-dev for solana-verify
solana-verify depends on hidapi which requires libudev system library. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent fd5e32f commit 296adc8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/verifiable-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
steps:
5454
- uses: actions/checkout@v4
5555

56+
- name: Install system dependencies
57+
run: sudo apt-get update && sudo apt-get install -y libudev-dev
58+
5659
- name: Install solana-verify
5760
run: cargo install solana-verify --version 0.4.11
5861

0 commit comments

Comments
 (0)