Skip to content

Commit

Permalink
add more curses libs
Browse files Browse the repository at this point in the history
  • Loading branch information
detherminal committed Oct 2, 2024
1 parent 9149315 commit 0951a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: chmod +x ./gradlew

- name: Install libncurses
run: sudo apt install libncurses5
run: sudo apt-get install libncurses5 libncurses5-dev libncursesw5-dev

- name: Run gradle tests
run: ./gradlew test
Expand Down

0 comments on commit 0951a57

Please sign in to comment.