Skip to content

Commit 388044d

Browse files
Try to resolve xcode issue
1 parent d00e7ae commit 388044d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/meson_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
python-version: '3.12'
7878

7979
- name: Install Xcode
80-
run: sudo xcode-select --switch /Applications/Xcode_${{ matrix.xcode_version }}.app
80+
run: sudo xcode-select --switch /Applications/Xcode_${{ matrix.xcode_version }}.app/Contents/Developer
8181

8282
- name: Install Meson and Ninja
8383
run: |

0 commit comments

Comments
 (0)