Sfoglia il codice sorgente

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

TheWildJames 4 mesi fa
parent
commit
f1a8ed635c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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}')"