Update build.yml
This commit is contained in:
parent
0914875296
commit
93e96185ef
|
@ -47,9 +47,13 @@ jobs:
|
||||||
if: startsWith(matrix.os, 'ubuntu')
|
if: startsWith(matrix.os, 'ubuntu')
|
||||||
uses: uraimo/run-on-arch-action@v1.0.9
|
uses: uraimo/run-on-arch-action@v1.0.9
|
||||||
with:
|
with:
|
||||||
architecture: armv7
|
architecture: aarch64
|
||||||
distribution: ubuntu18.04
|
distribution: ubuntu18.04
|
||||||
run: |
|
run: |
|
||||||
|
apt update
|
||||||
|
curl -sL https://deb.nodesource.com/setup_12.x | -E bash -
|
||||||
|
apt install -y nodejs
|
||||||
|
apt install -y build-essential
|
||||||
npm ci
|
npm ci
|
||||||
npm run lint
|
npm run lint
|
||||||
npm run build --if-present
|
npm run build --if-present
|
||||||
|
|
Loading…
Reference in New Issue