File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2450,7 +2450,7 @@ jobs:
2450
2450
info_plist = r'${{ github.workspace }}/BuildRoot/Library/Developer/Platforms/${{ matrix.os }}.platform/Info.plist'
2451
2451
with open(os.path.normpath(info_plist), 'wb') as plist:
2452
2452
# TODO(compnerd) derive this from the install directory
2453
- plistlib.dump({ 'DefaultProperties': { 'XCTEST_VERSION': 'development ', 'SWIFTC_FLAGS': ['-use-ld=lld'] } }, plist)
2453
+ plistlib.dump({ 'DefaultProperties': { 'XCTEST_VERSION': '${{ inputs.swift_version }} ', 'SWIFTC_FLAGS': ['-use-ld=lld'] } }, plist)
2454
2454
2455
2455
sdk_settings_plist = r'${{ github.workspace }}/BuildRoot/Library/Developer/Platforms/${{ matrix.os }}.platform/Developer/SDKs/${{ matrix.os }}.sdk/SDKSettings.plist'
2456
2456
with open(os.path.normpath(sdk_settings_plist), 'wb') as plist:
You can’t perform that action at this time.
0 commit comments