Skip to content

Commit 15d0aad

Browse files
committed
Installing ncurses via sdkman
1 parent 4b7b829 commit 15d0aad

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ jobs:
1818
candidate: gradle
1919
version: 7.4.2
2020

21-
- name: Install ncurses
22-
run: sudo apt-get install libncurses5
21+
- uses: sdkman/sdkman-action@master
22+
with:
23+
candidate: libncurses5
24+
version: 7.4.2
2325

2426
- name: Install Kotlin
2527
run: |

0 commit comments

Comments
 (0)