Skip to content

Commit 7ea7570

Browse files
committed
Update ci.yml
1 parent de2b47b commit 7ea7570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v1
2929

3030
- name: Select Xcode
31-
run: xcode-select -s ${{ matrix.env.xcode }}
31+
run: sudo xcode-select -s ${{ matrix.env.xcode }}
3232

3333
- name: Build and Test
3434
run: |

0 commit comments

Comments
 (0)