소스 검색

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}')"