Skip to content

Commit 13ee36c

Browse files
authored
[installer] Rename condition variables (#869)
The condition variable names for the various platform SDKs were renamed upstream. This fixes the installer build by using the proper variable name conditions.
1 parent ef9a7d5 commit 13ee36c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/swift-toolchain.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3752,13 +3752,13 @@ jobs:
37523752
-p:CERTIFICATE=${env:CERTIFICATE} `
37533753
-p:PASSPHRASE=${{ secrets.PASSPHRASE }} `
37543754
-p:BundleFlavor=offline `
3755-
-p:INCLUDE_AMD64_SDK=true `
3756-
-p:INCLUDE_X86_SDK=true `
3757-
-p:INCLUDE_ARM64_SDK=true `
3758-
-p:ANDROID_INCLUDE_ARM64_SDK=${{ inputs.build_android }} `
3759-
-p:ANDROID_INCLUDE_x86_64_SDK=${{ inputs.build_android }} `
3760-
-p:ANDROID_INCLUDE_ARM_SDK=${{ inputs.build_android }} `
3761-
-p:ANDROID_INCLUDE_X86_SDK=${{ inputs.build_android }} `
3755+
-p:INCLUDE_WINDOWS_AMD64_SDK=true `
3756+
-p:INCLUDE_WINDOWS_X86_SDK=true `
3757+
-p:INCLUDE_WINDOWS_ARM64_SDK=true `
3758+
-p:INCLUDE_ANDROID_ARM64_SDK=${{ inputs.build_android }} `
3759+
-p:INCLUDE_ANDROID_x86_64_SDK=${{ inputs.build_android }} `
3760+
-p:INCLUDE_ANDROID_ARM_SDK=${{ inputs.build_android }} `
3761+
-p:INCLUDE_ANDROID_X86_SDK=${{ inputs.build_android }} `
37623762
-p:ProductArchitecture=${{ matrix.arch }} `
37633763
-p:ProductVersion=${{ inputs.swift_version }}-${{ inputs.swift_tag }} `
37643764
${{ github.workspace }}/SourceCache/swift-installer-scripts/platforms/Windows/bundle/installer.wixproj

0 commit comments

Comments
 (0)