We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689c812 commit 0d37658Copy full SHA for 0d37658
.github/workflows/build-toolchain.yml
@@ -632,7 +632,7 @@ jobs:
632
uses: ./.github/workflows/swift-toolchain.yml
633
with:
634
build_os: Windows
635
- build_arch: ${{ inputs.windows_build_arch }}
+ build_arch: ${{ needs.context.outputs.windows_build_arch }}
636
build_matrix: ${{ needs.context.outputs[format('windows_{0}_build_matrix', needs.context.outputs.windows_build_cpu)] }}
637
host_matrix: ${{ needs.context.outputs[format('windows_{0}_host_matrix', needs.context.outputs.windows_build_cpu)] }}
638
target_matrix: ${{ needs.context.outputs[format('windows_{0}_target_matrix', needs.context.outputs.windows_build_cpu)] }}
0 commit comments