From 68f84b3c5423b79080c409009401c1d951b45af0 Mon Sep 17 00:00:00 2001 From: Preston Date: Sun, 12 Jul 2020 11:31:25 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b84fadf..27eeab68 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,6 +50,8 @@ jobs: architecture: aarch64 distribution: ubuntu18.04 run: | + apt update + apt install -y snapd snap install node npm install npm run lint