Просмотр исходного кода

ci: remove unnecessary condition for downloading util_free_space.sh

TheWildJames 9 месяцев назад
Родитель
Сommit
e6ee43acfd
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      .github/workflows/build.yml

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

@@ -44,7 +44,6 @@ jobs:
           df -BG
           
       - name: Download Apache Arrow's util_free_space.sh
-        if: inputs.android_version != '16' && inputs.kernel_version != '6.12'
         run: |
           curl -Ls https://raw.githubusercontent.com/apache/arrow/main/ci/scripts/util_free_space.sh | bash