We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db2809a commit d95da30Copy full SHA for d95da30
1 file changed
.github/workflows/ci-scripts-build.yml
@@ -110,7 +110,7 @@ jobs:
110
- name: "apt-get install"
111
run: |
112
sudo apt-get update
113
- sudo apt-get -y install qemu-system-x86 g++-mingw-w64-x86-64 gdb
+ sudo apt-get -y install qemu-system-x86 g++-mingw-w64-x86-64 gdb libreadline-dev
114
if: runner.os == 'Linux'
115
- name: "apt-get install ${{ matrix.cmp }}"
116
0 commit comments