diff --git a/.forgejo/workflows/compile.yaml b/.forgejo/workflows/compile.yaml index 3b07f5a..def5f88 100644 --- a/.forgejo/workflows/compile.yaml +++ b/.forgejo/workflows/compile.yaml @@ -46,7 +46,7 @@ jobs: - name: Download and cache system dependencies uses: https://complecwaft.com/catmeow/cache-apt-pkgs-action@latest 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 - name: Download repository code uses: actions/download-artifact@v3 diff --git a/debian/control b/debian/control index 51a6615..d7130e8 100644 --- a/debian/control +++ b/debian/control @@ -19,6 +19,7 @@ Build-Depends: libsdbus-c++-dev, libsdbus-c++-bin, build-essential, + libfmt-dev, Standards-Version: 4.6.2 Homepage: https://complecwaft.com/catmeow/looper Vcs-Browser: https://complecwaft.com/catmeow/looper