Skip to content

Commit

Permalink
add: CI安装依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfSweet committed Dec 18, 2023
1 parent 2b2d909 commit 7ac05bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
with:
targets: ${{ matrix.target.name }}

- name: Install dependencies
run: |
sudo apt-get install libudev-dev libusb-1.0-0-dev libssl-dev pkg-config -y
- name: Build
run: cargo build --release --target ${{ matrix.target.name }}

Expand Down

0 comments on commit 7ac05bf

Please sign in to comment.