Hopefully fix DEB workflow
Some checks failed
Build / build-gentoo (push) Failing after 1m12s
Build / download-system-deps (push) Successful in 3m30s
Build / get-source-code (push) Successful in 11m26s
Build / build-deb (push) Successful in 10m38s
Build / build-appimage (push) Successful in 4m30s
Build / build-android (push) Failing after 3m1s
Build / build-windows (push) Failing after 7m18s

This commit is contained in:
Zachary Hall 2024-12-18 14:06:47 -08:00
parent ec8984ff50
commit cb0b4cf1e7
2 changed files with 4 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 libfmt-dev 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 libogg-dev libvorbis-dev libmpg123-dev libportal-dev libjsoncpp-dev libfluidsynth-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

3
debian/rules vendored
View file

@ -27,4 +27,7 @@ override_dh_auto_configure:
-DBUILD_SOUNDTOUCH=OFF \ -DBUILD_SOUNDTOUCH=OFF \
-DMIXERX_ENABLE_GPL=ON \ -DMIXERX_ENABLE_GPL=ON \
-DMIXERX_ENABLE_LGPL=ON \ -DMIXERX_ENABLE_LGPL=ON \
-DUSE_G719=OFF \
-DUSE_SPEEX=OFF \
-DUSE_ATRAC9=OFF \
-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)