Skip to content

Commit 0948592

Browse files
committed
pkg-config fix?
1 parent 3aad3ce commit 0948592

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- name: Install Build Deps
1212
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
1315
- name: Install Latest Nightly
1416
uses: actions-rs/toolchain@v1
1517
with:

0 commit comments

Comments
 (0)