Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni500github authored Jun 18, 2024
1 parent 9e75b1a commit a0eac28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install Packages
run: sudo apt-get update && sudo apt-get install build-essential libgtk-3-dev pkg-config libpci-dev -y
run: sudo apt-get update && sudo apt-get install build-essential libgtk-3-dev pkg-config libpci-dev libgtkmm-3.0-dev -y

- name: Clean
run: make clean
Expand Down

0 comments on commit a0eac28

Please sign in to comment.