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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user