Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
install libncurses5
  • Loading branch information
TrixiEther committed Jan 10, 2023
1 parent 52e932b commit 326972b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:

- name: Install NDK
run: echo "y" | sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;21.4.7075529" --sdk_root=${ANDROID_SDK_ROOT}

- name: Install libncurses5
run: sudo apt-get install libncurses5 -y

- name: Checkout keystore
uses: actions/checkout@v3
Expand Down

0 comments on commit 326972b

Please sign in to comment.