From 3db5640c50ce4860d1f71dc211628d0f8208e2ca Mon Sep 17 00:00:00 2001 From: Alexandre DEVELY <12896316+alexandredevely@users.noreply.github.com> Date: Thu, 15 Feb 2024 17:10:10 +0100 Subject: [PATCH] Update makefile.yml --- .github/workflows/makefile.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 46a7460..087eee8 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -16,8 +16,7 @@ jobs: - name: Install modules run: | - apt-get update - apt-get install -y imlib2-dev + sudo apt-get install -y imlib2-dev make install - name: Build module