add libarchive-tools dep for pacman package

This commit is contained in:
Fazri Gading
2026-01-21 00:53:47 +08:00
committed by GitHub
parent f8333c09cd
commit a0f49f126c

View File

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