We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df5165c commit 74c6e38Copy full SHA for 74c6e38
.github/workflows/test.yml
@@ -10,6 +10,8 @@ jobs:
10
name: Test
11
runs-on: macos-15
12
steps:
13
+ - name: Set SRCROOT
14
+ run: echo "SRCROOT=$GITHUB_WORKSPACE" >> $GITHUB_ENV
15
- name: Select Xcode
16
run: |
17
sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
0 commit comments