Skip to content

Commit ea7143b

Browse files
kendalcompnerd
authored andcommitted
Include swift-inspect when packaging arm64 tools
1 parent 1f73a4a commit ea7143b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift-toolchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2350,7 +2350,7 @@ jobs:
23502350
-p:PASSPHRASE=${{ secrets.PASSPHRASE }} `
23512351
-p:DEVTOOLS_ROOT=${{ github.workspace }}/BuildRoot/Library/Developer/Toolchains/unknown-Asserts-development.xctoolchain `
23522352
-p:TOOLCHAIN_ROOT=${{ github.workspace }}/BuildRoot/Library/Developer/Toolchains/unknown-Asserts-development.xctoolchain `
2353-
-p:INCLUDE_SWIFT_INSPECT=${{ matrix.arch == 'amd64' && true || false }} `
2353+
-p:INCLUDE_SWIFT_INSPECT=true `
23542354
-p:SWIFT_INSPECT_BUILD=${{ github.workspace }}/BuildRoot/DebuggingTools/swift-inspect `
23552355
-p:ProductArchitecture=${{ matrix.arch }} `
23562356
-p:ProductVersion=${{ needs.context.outputs.swift_version }} `

0 commit comments

Comments
 (0)