From 9466fdbbc3937d3fe879f6f8abe58ff4abdeb733 Mon Sep 17 00:00:00 2001 From: Preston Date: Fri, 31 Jan 2025 02:20:22 +0000 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 44dbc013668d9..70075ee77e745 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,6 +59,10 @@ jobs: id: getPackageInfo uses: jaywcjlove/github-action-package@main + - name: Install libarchive-tools + if: startsWith(matrix.os, 'ubuntu') + run: sudo apt update; sudo apt -y install libarchive-tools; echo "Version Number ${{ toJson(job) }} ${{ toJson(needs) }}" + - name: Build x64 with Node.js ${{ matrix.node-version}} if: contains(matrix.runtime, 'x64') run: yarn run build