Skip to content

Commit 618458a

Browse files
committed
Testing
1 parent ea82c94 commit 618458a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/macos-update-clang/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ runs:
44
steps:
55
- shell: bash
66
run: |
7+
set -x
78
softwareupdate -l
89
label=$(softwareupdate -l 2>/dev/null | grep 'Label:' | grep -o 'Command Line Tools for Xcode.*' | head -1)
10+
echo "$label"
911
if [ -n "$label" ]; then
1012
softwareupdate -i "$label"
1113
xcode_path=$(ls -1 '/Applications' | grep 'Xcode_.*\.app' | head -1)

0 commit comments

Comments
 (0)