diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 41b1403..c60934d 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -17,7 +17,10 @@ jobs: run: mkdir /tmp/customfetch-0.10.0.orig - name: Install Packages - run: sudo apt-get update && sudo apt-get install libwayland-dev binutils lintian debhelper devscripts debmake autoconf automake autotools-dev dh-make fakeroot xutils pbuilder -y + run: | + sudo apt-get update + sudo apt-get install libwayland-dev libgtk-3-dev pkg-config libgtkmm-3.0-dev libdconf-dev libglib2.0-dev libarchive-tools + sudo apt-get install binutils lintian debhelper devscripts debmake autoconf automake autotools-dev dh-make fakeroot xutils pbuilder -y - name: Clean run: make clean