Skip to content

Commit 1bc58a5

Browse files
committed
Fix path
1 parent e4f4ddf commit 1bc58a5

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+
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)