I discovered that these tasks all install libusb twice, probably due to separate branches including similar fixes that were open at the same time. This PR removes the redundant installation.
@@ -15,8 +15,6 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- - name: Install libusb
- run: sudo apt install -y libusb-1.0-0-dev
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- uses: actions/setup-node@v4
test:
with:
@@ -9,8 +9,6 @@ jobs:
name: Publish Javascript Packages to NPM
- uses: actions/checkout@v2