Skip to content

Commit 79bab46

Browse files
committed
sudo
1 parent 1bc58a5 commit 79bab46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: "Select Xcode"
1212
run: |
1313
xcode-select -p
14-
xcode-select -s /Applications/Xcode_14.3.app/Contents/Developer
14+
sudo xcode-select -s /Applications/Xcode_14.3.app/Contents/Developer
1515
xcode-select -p
1616
- name: "Lint"
1717
run: make lint

0 commit comments

Comments
 (0)