Skip to content

Commit

Permalink
remove old cargo action
Browse files Browse the repository at this point in the history
  • Loading branch information
ericevenchick committed Aug 25, 2024
1 parent 0948592 commit 7289266
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .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
run: sudo apt install libusb-1.0-0-dev libusb-1.0.0
- name: setup pkg-config
run: export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/share/pkgconfig
- name: Install Latest Nightly
Expand All @@ -18,10 +18,7 @@ jobs:
toolchain: nightly
override: true
- name: Run Cargo Build
uses: actions-rs/cargo@v1
with:
command: build
args: --release --all-features
run: cargo build --release --all-features
clippy_check:
name: Clippy Check
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7289266

Please sign in to comment.