diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index ebc6b51..46a7460 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -15,7 +15,10 @@ jobs: - uses: actions/checkout@v4 - name: Install modules - run: make install + run: | + apt-get update + apt-get install -y imlib2-dev + make install - name: Build module run: make build