Update build.yml

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

View File

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