diff --git a/.github/workflows/macos_arm64_libuv.yml b/.github/workflows/macos_arm64_libuv.yml index be27c1b..12e448d 100644 --- a/.github/workflows/macos_arm64_libuv.yml +++ b/.github/workflows/macos_arm64_libuv.yml @@ -13,4 +13,5 @@ jobs: sh autogen.sh ./configure --build=x86_64-apple-darwin --host=arm64-apple-macos11 make - git status \ No newline at end of file + ls ./build/* + ls ./build/**/* \ No newline at end of file