fix: makefile workflow was not downloading readline library

This commit is contained in:
2025-10-22 18:44:05 +02:00
parent 186443f036
commit fe5088ead6

View File

@@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3
- name: Set up Prerequisites
run: sudo apt install build-essential
run: sudo apt install build-essential libreadline-dev
- name: Show Make Version
run: make --version