Update build.yml
This commit is contained in:
parent
68f84b3c54
commit
2ce327d345
|
@ -48,11 +48,14 @@ jobs:
|
||||||
uses: uraimo/run-on-arch-action@v1.0.9
|
uses: uraimo/run-on-arch-action@v1.0.9
|
||||||
with:
|
with:
|
||||||
architecture: aarch64
|
architecture: aarch64
|
||||||
distribution: ubuntu18.04
|
distribution: ubuntu20.04
|
||||||
run: |
|
run: |
|
||||||
|
apt install -y curl
|
||||||
|
curl -sL https://rpm.nodesource.com/setup_lts.x | bash -
|
||||||
apt update
|
apt update
|
||||||
apt install -y snapd
|
apt install -y nodejs
|
||||||
snap install node
|
apt install -y build-essential
|
||||||
|
apt install -y npm
|
||||||
npm install
|
npm install
|
||||||
npm run lint
|
npm run lint
|
||||||
npm run build --if-present
|
npm run build --if-present
|
||||||
|
|
Loading…
Reference in New Issue