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 1311357 commit d5fd51cCopy full SHA for d5fd51c
.github/workflows/meson_ci.yml
@@ -85,7 +85,7 @@ jobs:
85
fi
86
87
- name: Select Xcode version
88
- run: sudo xcode-select --switch /Applications/Xcode_${{ matrix.xcode_version }}.app/Contents/Developer
+ run: sudo xcode-select --switch /Applications/Xcode_${{ matrix.xcode_version }}.app
89
90
- name: Install Meson and Ninja
91
run: |
0 commit comments