trae il y a 3 mois
Parent
commit
b40078ced4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/actions/build-kernel/action.yml

+ 1 - 1
.github/actions/build-kernel/action.yml

@@ -69,7 +69,7 @@ runs:
         HOSTCC="/usr/bin/ccache clang" \
         HOSTCXX="/usr/bin/ccache clang+" \
         LD="${{ github.workspace }}/kernel/common/ld-wrapper" \
-        HOSTLD="${{ github.workspace }}/kernel/common/ld-wrapper"
+        HOSTLD="${{ github.workspace }}/kernel/common/ld-wrapper" || true
         ls /home/runner/out
       else
         tools/bazel info output_base