Skip to content

Commit c1a618c

Browse files
committed
Install libreadline.
1 parent 32005ca commit c1a618c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
submodules: true
1818
- uses: dart-lang/setup-dart@v1
1919

20+
- name: Ubuntu setup
21+
if: matrix.os == 'ubuntu-24.04'
22+
run: |
23+
sudo apt install libreadline-dev
24+
2025
- name: Build
2126
run: |
2227
# Need a debug build for the dart tests

0 commit comments

Comments
 (0)