Skip to content

Commit

Permalink
Install libreadline-dev before running tests in GH Actions
Browse files Browse the repository at this point in the history
Seems to be necessary following their move to Ubuntu 24.04:
actions/runner-images#10636
  • Loading branch information
knyar committed Jan 4, 2025
1 parent c068cdd commit 7dd060e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: sudo apt install libpcre2-dev
- run: sudo apt install libpcre2-dev libreadline-dev
- run: pip install hererocks
# Install latest LuaRocks version plus the Lua version for this build job
# into 'here' subdirectory.
Expand Down

0 comments on commit 7dd060e

Please sign in to comment.