Skip to content

Commit 1a0769d

Browse files
committed
chore: 添加依赖
1 parent 280222f commit 1a0769d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-and-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@ jobs:
122122
- name: Checkout
123123
uses: actions/checkout@v4
124124

125+
- name: Install dependencies
126+
run: |
127+
sudo apt-get update
128+
sudo apt-get install -y libudev-dev
129+
125130
- name: Cache cargo artifacts
126131
uses: Swatinem/rust-cache@v2
127132

0 commit comments

Comments
 (0)