add libarchive-tools for bsdtar in release workflow

This commit is contained in:
Fazri Gading
2026-01-21 18:34:34 +08:00
parent ff5acb5278
commit 3e82e8fadb

View File

@@ -13,6 +13,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# FIX Install bsdtar for Pacman builds
- name: Install build dependencies
run: |
sudo apt-get update
sudo apt-get install -y libarchive-tools
- uses: actions/setup-node@v4
with:
node-version: '22'