Преглед изворни кода

Revert "ci: remove android14 and kernel 6.1 condition for glibc fix"

This reverts commit db7552fe26c60fcbc0886e48e135657a69ac320f.
TheWildJames пре 11 месеци
родитељ
комит
bce6686711
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      .github/workflows/build.yml

+ 1 - 0
.github/workflows/build.yml

@@ -154,6 +154,7 @@ jobs:
           fi
 
       - name: Apply glibc 2.38 Compatibility Fix
+        if: inputs.android_version == 'android14' && inputs.kernel_version == '6.1'
         run: |
           if [ ! -e build/build.sh ]; then 
             GLIBC_VERSION=$(ldd --version 2>/dev/null | head -n 1 | awk '{print $NF}')