Browse Source

another 1

TheWildJames 3 months ago
parent
commit
7c52bb6853
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/actions/build-kernel/action.yml

+ 4 - 0
.github/actions/build-kernel/action.yml

@@ -70,8 +70,12 @@ runs:
         HOSTCXX="/usr/bin/ccache clang+" \
         LD="${{ github.workspace }}/kernel/common/ld-wrapper" \
         HOSTLD="${{ github.workspace }}/kernel/common/ld-wrapper" || true
+        echo "Contents of /home/runner/out after build.sh"
         ls /home/runner/out/common
+        cat /home/runner/out/common/defconfig
+        echo "Contents of /home/runner/out/dist after build.sh"
         ls /home/runner/out/dist
+        cat /home/runner/out/dist/defconfig
         exit
       else
         tools/bazel info output_base