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