Add missing dependency
Some checks failed
Build / download-system-deps (push) Has been cancelled
Build / get-source-code (push) Has been cancelled
Build / build-deb (push) Has been cancelled
Build / build-appimage (push) Has been cancelled
Build / build-gentoo (push) Has been cancelled
Build / build-android (push) Has been cancelled
Build / build-windows (push) Has been cancelled

This commit is contained in:
Zachary Hall 2024-12-18 09:43:10 -08:00
parent 1b1f669ac5
commit b4ce52a5cf
2 changed files with 2 additions and 1 deletions

View file

@ -46,7 +46,7 @@ jobs:
- name: Download and cache system dependencies - name: Download and cache system dependencies
uses: https://complecwaft.com/catmeow/cache-apt-pkgs-action@latest uses: https://complecwaft.com/catmeow/cache-apt-pkgs-action@latest
with: with:
packages: debhelper-compat devscripts cmake git python3 libprotobuf-dev protobuf-compiler libsoundtouch-dev libsdl2-dev libsdl2-image-dev qt6-base-dev liburiparser-dev libexpat1-dev libsdbus-c++-dev libsdbus-c++-bin build-essential zstd wget git-buildpackage packages: debhelper-compat devscripts cmake git python3 libprotobuf-dev protobuf-compiler libsoundtouch-dev libsdl2-dev libsdl2-image-dev qt6-base-dev liburiparser-dev libexpat1-dev libsdbus-c++-dev libsdbus-c++-bin build-essential zstd wget git-buildpackage libfmt-dev
version: 1.0 version: 1.0
- name: Download repository code - name: Download repository code
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3

1
debian/control vendored
View file

@ -19,6 +19,7 @@ Build-Depends:
libsdbus-c++-dev, libsdbus-c++-dev,
libsdbus-c++-bin, libsdbus-c++-bin,
build-essential, build-essential,
libfmt-dev,
Standards-Version: 4.6.2 Standards-Version: 4.6.2
Homepage: https://complecwaft.com/catmeow/looper Homepage: https://complecwaft.com/catmeow/looper
Vcs-Browser: https://complecwaft.com/catmeow/looper Vcs-Browser: https://complecwaft.com/catmeow/looper