From 76bc9deb3d4c0f2287e4d92316473ae362383d15 Mon Sep 17 00:00:00 2001 From: Preston Date: Sat, 11 Jul 2020 23:30:51 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index de0b2cc35..00f8a5a18 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,6 +51,7 @@ jobs: distribution: ubuntu18.04 run: | apt update + apt install -y curl curl -sL https://deb.nodesource.com/setup_12.x | -E bash - apt install -y nodejs apt install -y build-essential