fix build

This commit is contained in:
Siddharth
2026-05-05 20:29:53 -07:00
parent b6af435e7f
commit 6a6caf618b
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -231,6 +231,11 @@ jobs:
- name: Install dependencies
run: npm ci
# bsdtar (from libarchive-tools) is required by fpm to build pacman
# packages. AppImage and deb don't need it; ubuntu-latest doesn't ship it.
- name: Install pacman build dependencies
run: sudo apt-get update && sudo apt-get install -y libarchive-tools
- name: Build Linux app
run: npm run build:linux
env: