Skip to content

Commit

Permalink
Added GTK3 for gui debugger and USB debugger.
Browse files Browse the repository at this point in the history
  • Loading branch information
vruppert committed Jan 25, 2025
1 parent d07518d commit aad913f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hc-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install packages
run: |
sudo apt-get update
sudo apt-get install libltdl-dev libx11-dev
sudo apt-get install libltdl-dev libx11-dev libgtk-3-dev
- name: configure for release
run: cd bochs && ./.conf.gh-build-test release && make
Expand Down

0 comments on commit aad913f

Please sign in to comment.