Browse Source

ci: fix conditional check for linker tools installation

TheWildJames 6 months ago
parent
commit
088f8a3776
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build.yml

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

@@ -81,7 +81,7 @@ jobs:
         echo "os_patch_level=$OS_PATCH_LEVEL" >> $GITHUB_OUTPUT
 
     - name: Install linker tools
-      if: inputs.kernel_version == '5.10'
+      if: steps.parse.outputs.kernel_version == '5.10'
       run: |
         sudo apt-get update
         sudo apt-get install -y binutils lld