There was an error while loading. Please reload this page.
1 parent 845c122 commit 32ce328Copy full SHA for 32ce328
1 file changed
.github/workflows/check_xcode.yml
@@ -17,6 +17,5 @@ jobs:
17
18
echo "Looking for installed Xcode bundles in /Applications..."
19
INSTALLED=$(ls -1 /Applications | grep -i Xcode || true)
20
- echo "Installed:"
21
- echo $INSTALLED
+ echo "Installed: $INSTALLED"
22
shell: bash
0 commit comments