Explorar o código

ci: temporarily disable linker tools

TheWildJames hai 6 meses
pai
achega
d87c70d4cf
Modificáronse 1 ficheiros con 1 adicións e 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