You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we dig deeper and unhide make's output from check-patches.sh in line 20, we see: fatal error: readline/history.h: No such file or directory #include <readline/history.h>
As of now, ubuntu-latest was upgraded to Ubuntu 24.04 (Noble) by GitHub: actions/runner-images#10636
This comes with version upgrades of clang and gcc.
As a result, the job
make checkpatches
fails:If we dig deeper and unhide make's output from
check-patches.sh
in line 20, we see:fatal error: readline/history.h: No such file or directory #include <readline/history.h>
Example run: https://github.com/psicho2000/nnn/actions/runs/12992602397/job/36232814898
Workaround:
Downgrade to Ubuntu-22.04 (Jammy) temporarily (see https://github.com/psicho2000/nnn/actions/runs/12992648283)
The text was updated successfully, but these errors were encountered: