trae 3 月之前
父節點
當前提交
b40078ced4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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