From 9026cd5785ec3dfd823063b721e9499332e89645 Mon Sep 17 00:00:00 2001 From: Preston Date: Sun, 12 Jul 2020 10:52:39 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8ef72e2e..d0964d55 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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