Skip to content

Commit b5aa330

Browse files
committed
remove duplicate config
1 parent 7289266 commit b5aa330

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

.github/workflows/clippy.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/workflows/rust.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2
1111
- name: Install Build Deps
12-
run: sudo apt install libusb-1.0-0-dev libusb-1.0.0
12+
run: sudo apt install libusb-1.0-0-dev
1313
- name: setup pkg-config
1414
run: export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/share/pkgconfig
1515
- name: Install Latest Nightly
@@ -24,6 +24,10 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v1
27+
- name: Install Build Deps
28+
run: sudo apt install libusb-1.0-0-dev
29+
- name: setup pkg-config
30+
run: export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/share/pkgconfig
2731
- uses: actions-rs/toolchain@v1
2832
with:
2933
toolchain: nightly

0 commit comments

Comments
 (0)