cli
cli copied to clipboard
libusb not needed anymore in ci
In config.yml:
# We have `node-hid` as a dependency, which won't build on certain Linux systems without installing libusb first
- type: shell
name: Install System Dependencies
command: sudo apt-get update && sudo apt install -y libusb-1.0-0 libusb-1.0-0-dev
I may be wrong, but I think this step is not required anymore