Skip to content

Commit

Permalink
add libncurses step
Browse files Browse the repository at this point in the history
  • Loading branch information
detherminal committed Oct 1, 2024
1 parent 83286b9 commit d9ae71a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,8 @@ jobs:
- name: Change wrapper permissions
run: chmod +x ./gradlew

# Run Tests Build
- name: Run gradle tests
run: ./gradlew test
- name: Install libncurses
run: sudo apt install libncurses5

# Run Build Project
- name: Build gradle project
Expand Down

0 comments on commit d9ae71a

Please sign in to comment.