Explorar el Código

ci: temporarily disable linker tools

TheWildJames hace 6 meses
padre
commit
d87c70d4cf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -97,7 +97,7 @@ jobs:
         testing: false
 
     - name: Install linker tools
-      if: steps.parse.outputs.kernel_version == '5.10'
+      if: steps.parse.outputs.kernel_version == '5.10' && false
       run: |
         sudo apt-get update
         sudo apt-get install -y binutils lld