Skip to content

Commit

Permalink
Added readline library to workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
vruppert committed Feb 8, 2025
1 parent da5355b commit c605542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install packages
run: |
sudo apt-get update
sudo apt-get install libltdl-dev libx11-dev libgtk-3-dev libsdl2-dev libasound-dev libvncserver-dev openjade docbook docbook-dsssl
sudo apt-get install libltdl-dev libx11-dev libgtk-3-dev libreadline-dev libsdl2-dev libasound-dev libvncserver-dev openjade docbook docbook-dsssl
- name: create sources tarball
run: tar czvf bochs.tar.gz --exclude=.git bochs
Expand Down
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 libgtk-3-dev
sudo apt-get install libltdl-dev libx11-dev libgtk-3-dev libreadline-dev
- name: configure for release
run: cd bochs && ./.conf.gh-build-test release && make
Expand Down

0 comments on commit c605542

Please sign in to comment.