Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PrestonN authored Jan 31, 2025
1 parent 7328dbd commit 9466fdb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9466fdb

Please sign in to comment.