CI: attempting custom package repo.

This commit is contained in:
Richard Moore 2020-11-23 18:08:05 -05:00
parent e6a52b309b
commit 1f6646e131
No known key found for this signature in database
GPG Key ID: 665176BE8E9DC651

View File

@ -26,7 +26,11 @@ jobs:
uses: actions/checkout@v2
- name: Install node-hid requirements
run: sudo apt-get install libusb-1.0-0 libusb-1.0-0-dev libudev-dev
# run: sudo apt-get install libusb-1.0-0 libusb-1.0-0-dev libudev-dev
run: cat /etc/apt/sources.list
run: echo "" > /etc/apt/sources.list
run: echo "deb http://us.archive.ubuntu.com/ubuntu/ bionic main restricted" > /etc/apt/sources.list
run: cat /etc/apt/sources.list
- name: Install dependencies (and link per package)
run: npm ci