Update build.yml

This commit is contained in:
Preston 2020-10-05 11:12:08 -04:00 committed by GitHub
parent 50e935c8e8
commit 691d5a1451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint
- name: Install libarchive-tools
if: startsWith(matrix.os, 'ubuntu')
run: apt install libarchive-tools
- run: npm run build --if-present
- name: Build ARM64 with Node.js ${{ matrix.node-version}}
if: startsWith(matrix.os, 'ubuntu')