Skip to content

Commit

Permalink
Attempt to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoConstantine committed Jul 11, 2024
1 parent 3302d9c commit b55ced4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/commands/install/xcode/xcode.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ func isXcodeAlreadyInstalled(ctx context.Context) bool {
"/Applications/Xcode.app",
"/Library/Developer/CommandLineTools",
"/Applications/Xcode.app/Contents/Developer",
"/Users/runner/Library/Developer/Xcode", // Common path in GitHub Actions
"/Users/runner/Library/Developer/Xcode",
"/Applications/Xcode_", // Common path in GitHub Actions
}

for _, path := range knownPaths {
Expand Down

0 comments on commit b55ced4

Please sign in to comment.