Skip to content

Commit 74c6e38

Browse files
committed
Update GitHub Actions workflow to set SRCROOT environment variable.
1 parent df5165c commit 74c6e38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
name: Test
1111
runs-on: macos-15
1212
steps:
13+
- name: Set SRCROOT
14+
run: echo "SRCROOT=$GITHUB_WORKSPACE" >> $GITHUB_ENV
1315
- name: Select Xcode
1416
run: |
1517
sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer

0 commit comments

Comments
 (0)