Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
submodules: true

- name: Install Dependencies
run: sudo apt-get -y install ninja-build
run: sudo apt-get -y install libreadline-dev ninja-build

- name: Create Build Environment
run: cmake -E make_directory ${{runner.workspace}}/build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ jobs:
submodules: true

- name: Install lcov
run: sudo apt-get install -y lcov ninja-build
run: sudo apt-get install -y lcov libreadline-dev ninja-build

- name: Create Build Environment
run: |
Expand Down