From 2b2000ab43c2490fedfe757f59dca5f382d3910c Mon Sep 17 00:00:00 2001 From: Preston Date: Mon, 5 Oct 2020 11:15:13 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fdf082587..7bde2d220 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: - run: npm run lint - name: Install libarchive-tools if: startsWith(matrix.os, 'ubuntu') - run: apt install libarchive-tools + run: sudo apt -y install libarchive-tools - run: npm run build --if-present - name: Build ARM64 with Node.js ${{ matrix.node-version}} if: startsWith(matrix.os, 'ubuntu')