trae 3 달 전
부모
커밋
e8f07c5600
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/actions/build-kernel/action.yml

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

@@ -70,7 +70,7 @@ runs:
         HOSTCXX="/usr/bin/ccache clang+" \
         LD="${{ github.workspace }}/kernel/common/ld-wrapper" \
         HOSTLD="${{ github.workspace }}/kernel/common/ld-wrapper" || true
-        ls /home/runner/out/commmon
+        ls /home/runner/out/common
         ls /home/runner/out/dist
         exit
       else