فهرست منبع

fix(action): enable execution of kernel fixes by changing condition to true

TheWildJames 4 ماه پیش
والد
کامیت
f1a8ed635c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/actions/kernel-fixes/action.yml

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

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