소스 검색

ci: temporarily disable linker tools

TheWildJames 6 달 전
부모
커밋
d87c70d4cf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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