From bdc6df4b8bd05a855cc87902220efe2a0893f0d1 Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Mon, 23 Nov 2020 19:10:17 -0500 Subject: [PATCH] ci: Use macOS for coverage to fix libudev issue with ubuntu. --- .github/workflows/nodejs.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index c1b174c1f5..27c4c9017f 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -102,7 +102,8 @@ jobs: name: Coverage - runs-on: ubuntu-latest +# runs-on: ubuntu-latest + runs-on: macos-latest continue-on-error: true @@ -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