fix: makefile workflow was not downloading readline library
This commit is contained in:
2
.github/workflows/makefile.yml
vendored
2
.github/workflows/makefile.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user