Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely authored Feb 15, 2024
1 parent a19cce2 commit a458bb5
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 @@ -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
Expand Down

0 comments on commit a458bb5

Please sign in to comment.