Update build.yml
This commit is contained in:
parent
50e935c8e8
commit
691d5a1451
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue