Skip to content

Commit

Permalink
remove duplicate config
Browse files Browse the repository at this point in the history
  • Loading branch information
ericevenchick committed Aug 25, 2024
1 parent 7289266 commit b5aa330
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/clippy.yml

This file was deleted.

6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Build Deps
run: sudo apt install libusb-1.0-0-dev libusb-1.0.0
run: sudo apt install libusb-1.0-0-dev
- name: setup pkg-config
run: export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/share/pkgconfig
- name: Install Latest Nightly
Expand All @@ -24,6 +24,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install Build Deps
run: sudo apt install libusb-1.0-0-dev
- name: setup pkg-config
run: export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/share/pkgconfig
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
Expand Down

0 comments on commit b5aa330

Please sign in to comment.