We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7289266 commit b5aa330Copy full SHA for b5aa330
.github/workflows/clippy.yml
.github/workflows/rust.yml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- uses: actions/checkout@v2
11
- name: Install Build Deps
12
- run: sudo apt install libusb-1.0-0-dev libusb-1.0.0
+ run: sudo apt install libusb-1.0-0-dev
13
- name: setup pkg-config
14
run: export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/share/pkgconfig
15
- name: Install Latest Nightly
@@ -24,6 +24,10 @@ jobs:
24
runs-on: ubuntu-latest
25
26
- uses: actions/checkout@v1
27
+ - name: Install Build Deps
28
29
+ - name: setup pkg-config
30
+ run: export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/share/pkgconfig
31
- uses: actions-rs/toolchain@v1
32
with:
33
toolchain: nightly
0 commit comments