Skip to content

Commit

Permalink
try to fix rust build
Browse files Browse the repository at this point in the history
  • Loading branch information
ericevenchick committed Aug 25, 2024
1 parent a7f1171 commit 3aad3ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Build Deps
run: sudo apt install libusb-1.0-0-dev
- name: Install Latest Nightly
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 3aad3ce

Please sign in to comment.