Skip to content

Commit

Permalink
ci: Use macOS for coverage to fix libudev issue with ubuntu.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Nov 24, 2020
1 parent 799896a commit bdc6df4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ jobs:

name: Coverage

runs-on: ubuntu-latest
# runs-on: ubuntu-latest
runs-on: macos-latest

continue-on-error: true

Expand All @@ -114,8 +115,8 @@ jobs:
- name: Checkout repository
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
# - name: Install node-hid requirements
# run: sudo apt-get install libusb-1.0-0 libusb-1.0-0-dev libudev-dev

- name: Install dependencies (and link per package)
run: npm ci
Expand Down

0 comments on commit bdc6df4

Please sign in to comment.