Преглед на файлове

fix(action): adjust shell step condition for GLIBC version check in kernel fixes

TheWildJames преди 4 месеца
родител
ревизия
b895c3e864
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      .github/actions/kernel-fixes/action.yml

+ 2 - 2
.github/actions/kernel-fixes/action.yml

@@ -17,8 +17,8 @@ inputs:
 runs:
   using: composite
   steps:
-    - shell: bash
-      
+    - shell: bash  
+      if: false
       run: |
         set -euo pipefail
         GLIBC_VERSION="$(ldd --version 2>/dev/null | head -n 1 | awk '{print $NF}')"