cli icon indicating copy to clipboard operation
cli copied to clipboard

libusb not needed anymore in ci

Open belohlavek opened this issue 7 years ago • 0 comments

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

belohlavek avatar Jan 11 '19 14:01 belohlavek