ソースを参照

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