trae 3 mesi fa
parent
commit
e8f07c5600
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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