Skip to content

Commit 260dc5e

Browse files
committed
Install libreadline-dev to build ravi
1 parent d6ff443 commit 260dc5e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
submodules: true
227227

228228
- name: Install Dependencies
229-
run: sudo apt-get -y install ninja-build
229+
run: sudo apt-get -y install libreadline-dev ninja-build
230230

231231
- name: Create Build Environment
232232
run: cmake -E make_directory ${{runner.workspace}}/build

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ jobs:
314314
submodules: true
315315

316316
- name: Install lcov
317-
run: sudo apt-get install -y lcov ninja-build
317+
run: sudo apt-get install -y lcov libreadline-dev ninja-build
318318

319319
- name: Create Build Environment
320320
run: |

0 commit comments

Comments
 (0)