From 471c1bf97132a7d6f34eda2c01484917fddcbf07 Mon Sep 17 00:00:00 2001 From: tupoy-ya Date: Mon, 30 Dec 2024 22:07:53 +0500 Subject: [PATCH] fix(CI): Fix android build. Untested. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 41270ee3..7587489d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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