We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7f0eda + 1d5d129 commit a665c6aCopy full SHA for a665c6a
.github/workflows/release.yml
@@ -59,6 +59,10 @@ jobs:
59
id: getPackageInfo
60
uses: jaywcjlove/github-action-package@main
61
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
+
66
- name: Build x64 with Node.js ${{ matrix.node-version}}
67
if: contains(matrix.runtime, 'x64')
68
run: yarn run build
0 commit comments