From 3a2f120e9751067acb55c276a75e434c4cbbf69c Mon Sep 17 00:00:00 2001 From: Toni500github <88878648+Toni500github@users.noreply.github.com> Date: Thu, 22 Aug 2024 15:55:12 +0200 Subject: [PATCH] Update makefile.yml --- .github/workflows/makefile.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 6dabfbf..21b3d5f 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -34,7 +34,8 @@ jobs: - name: Install test cufetch run: | cd /tmp/customfetch-0.8.6.orig - find . -iname "customfetch_0.8.6-1_amd64.deb" -exec "sudo dpkg -i '{}' -y" \; + sudo dpkg -i customfetch_0.8.6-1_amd64.deb + cufetch build_ubuntu-latest: