Update build.yml

This commit is contained in:
Preston 2020-07-12 10:52:39 -04:00 committed by GitHub
parent 4ebea02042
commit 9026cd5785
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -50,9 +50,9 @@ jobs:
architecture: aarch64
distribution: ubuntu18.04
run: |
apt update
apt install -y curl
curl -sL https://deb.nodesource.com/setup_12.x | -E bash -
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
apt update
apt install -y nodejs
apt install -y build-essential
apt install -y npm