ci(package/linux): use dpkg to determine file paths and variables

Should hopefully make things less brittle across different architectures

Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
Seth Flynn
2025-06-12 19:58:38 -04:00
parent d68269eca8
commit 04ecd447bc
3 changed files with 45 additions and 19 deletions

View File

@@ -8,7 +8,10 @@ runs:
shell: bash
run: |
sudo apt-get -y update
sudo apt-get -y install ninja-build extra-cmake-modules scdoc appstream libxcb-cursor-dev
sudo apt-get -y install \
dpkg-dev \
ninja-build extra-cmake-modules scdoc \
appstream libxcb-cursor-dev
- name: Setup AppImage tooling
shell: bash