We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc58a5 commit 79bab46Copy full SHA for 79bab46
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: "Select Xcode"
12
run: |
13
xcode-select -p
14
- xcode-select -s /Applications/Xcode_14.3.app/Contents/Developer
+ sudo xcode-select -s /Applications/Xcode_14.3.app/Contents/Developer
15
16
- name: "Lint"
17
run: make lint
0 commit comments