From 691d5a145121433a1b685ad674b858d3310095a4 Mon Sep 17 00:00:00 2001 From: Preston Date: Mon, 5 Oct 2020 11:12:08 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 56fe8bd9..fdf08258 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,6 +24,9 @@ jobs: node-version: ${{ matrix.node-version }} - run: npm ci - run: npm run lint + - name: Install libarchive-tools + if: startsWith(matrix.os, 'ubuntu') + run: apt install libarchive-tools - run: npm run build --if-present - name: Build ARM64 with Node.js ${{ matrix.node-version}} if: startsWith(matrix.os, 'ubuntu')