From 172195df4a066980e481c3ac1b1cff9c4e4620bd Mon Sep 17 00:00:00 2001 From: "Randolph W. Aarseth II" Date: Mon, 16 Dec 2024 23:40:02 -0700 Subject: [PATCH] asd --- .github/workflows/get_apple_sdks.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/get_apple_sdks.yml b/.github/workflows/get_apple_sdks.yml index 2a9384e..7fc30fd 100644 --- a/.github/workflows/get_apple_sdks.yml +++ b/.github/workflows/get_apple_sdks.yml @@ -41,9 +41,12 @@ jobs: - name: List SDKs and Developer Platforms run: | + echo '### Base Directory' >> $GITHUB_STEP_SUMMARY ls -la /Applications/ >> $GITHUB_STEP_SUMMARY + echo '### Toolchains Directory' >> $GITHUB_STEP_SUMMARY ls -la /Applications/Xcode_$XCODE_VERSION.app/Contents/Developer/Toolchains/ >> $GITHUB_STEP_SUMMARY ls -la /Applications/Xcode_$XCODE_VERSION.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ >> $GITHUB_STEP_SUMMARY + echo '### Platforms Directory' >> $GITHUB_STEP_SUMMARY ls -la /Applications/Xcode_$XCODE_VERSION.app/Contents/Developer/Platforms/ >> $GITHUB_STEP_SUMMARY ls -la /Applications/Xcode_$XCODE_VERSION.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs >> $GITHUB_STEP_SUMMARY ls -la /Applications/Xcode_$XCODE_VERSION.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs >> $GITHUB_STEP_SUMMARY