fix(CI): Fix android build.

Untested.
This commit is contained in:
tupoy-ya 2024-12-30 22:07:53 +05:00
parent 3c93585b19
commit 471c1bf971

View File

@ -41,7 +41,7 @@ jobs:
run: |
sudo apt-get install -y $DEPS
- name: Install Android dependencies
if: ${{ matrix.android == '' }}
if: ${{ matrix.android != '' }}
run: |
wget https://dl.google.com/android/repository/android-ndk-r10e-linux-x86_64.zip -o /dev/null
unzip android-ndk-r10e-linux-x86_64.zip