Sfoglia il codice sorgente

ci: temporarily disable linker tools

TheWildJames 6 mesi fa
parent
commit
d87c70d4cf
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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