Skip to content

Commit 3d4a2c3

Browse files
committed
Install readline dependency
Needed for the REPL example.
1 parent 9e0ffa8 commit 3d4a2c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v2
2929
- name: Install deps
3030
run: |
31-
sudo apt install ccache llvm clang lld meson ninja-build -y
31+
sudo apt install ccache libreadline-dev llvm clang lld meson ninja-build -y
3232
- uses: actions-rs/toolchain@v1
3333
with:
3434
profile: minimal

0 commit comments

Comments
 (0)