Skip to content

Commit

Permalink
fix makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni500github authored Oct 29, 2024
1 parent 6b2c04f commit 16b8d36
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16b8d36

Please sign in to comment.