Skip to content

Commit d95da30

Browse files
committed
fix: libreadline-dev added.
1 parent db2809a commit d95da30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-scripts-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- name: "apt-get install"
111111
run: |
112112
sudo apt-get update
113-
sudo apt-get -y install qemu-system-x86 g++-mingw-w64-x86-64 gdb
113+
sudo apt-get -y install qemu-system-x86 g++-mingw-w64-x86-64 gdb libreadline-dev
114114
if: runner.os == 'Linux'
115115
- name: "apt-get install ${{ matrix.cmp }}"
116116
run: |

0 commit comments

Comments
 (0)