Skip to content

Commit a665c6a

Browse files
committed
Merge branch 'development'
2 parents e7f0eda + 1d5d129 commit a665c6a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ jobs:
5959
id: getPackageInfo
6060
uses: jaywcjlove/github-action-package@main
6161

62+
- name: Install libarchive-tools
63+
if: startsWith(matrix.os, 'ubuntu')
64+
run: sudo apt update; sudo apt -y install libarchive-tools; echo "Version Number ${{ toJson(job) }} ${{ toJson(needs) }}"
65+
6266
- name: Build x64 with Node.js ${{ matrix.node-version}}
6367
if: contains(matrix.runtime, 'x64')
6468
run: yarn run build

0 commit comments

Comments
 (0)