diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e32039d..f2fc666 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: - name: Install build dependencies run: | apt-get update - apt-get install -y debhelper cargo rustc libsystemd-dev pkg-config + apt-get install -y build-essential debhelper cargo rustc libsystemd-dev pkg-config - name: Build Debian package run: dpkg-buildpackage -us -uc -b - name: Upload .deb artifact