We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ff443 commit 260dc5eCopy full SHA for 260dc5e
2 files changed
.github/workflows/build_linux.yml
@@ -226,7 +226,7 @@ jobs:
226
submodules: true
227
228
- name: Install Dependencies
229
- run: sudo apt-get -y install ninja-build
+ run: sudo apt-get -y install libreadline-dev ninja-build
230
231
- name: Create Build Environment
232
run: cmake -E make_directory ${{runner.workspace}}/build
.github/workflows/coverage.yml
@@ -314,7 +314,7 @@ jobs:
314
315
316
- name: Install lcov
317
- run: sudo apt-get install -y lcov ninja-build
+ run: sudo apt-get install -y lcov libreadline-dev ninja-build
318
319
320
run: |
0 commit comments