CI: attempting custom package repo.
This commit is contained in:
parent
e6a52b309b
commit
1f6646e131
6
.github/workflows/nodejs.yml
vendored
6
.github/workflows/nodejs.yml
vendored
@ -26,7 +26,11 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install node-hid requirements
|
- 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)
|
- name: Install dependencies (and link per package)
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
Loading…
Reference in New Issue
Block a user