We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0ffa8 commit 3d4a2c3Copy full SHA for 3d4a2c3
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
- uses: actions/checkout@v2
29
- name: Install deps
30
run: |
31
- sudo apt install ccache llvm clang lld meson ninja-build -y
+ sudo apt install ccache libreadline-dev llvm clang lld meson ninja-build -y
32
- uses: actions-rs/toolchain@v1
33
with:
34
profile: minimal
0 commit comments