fix: makefile workflow was not downloading readline library

This commit is contained in:
2025-10-22 18:44:05 +02:00
parent b337b86190
commit 6eea2ea177

View File

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