File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 93
93
run : ${{ inputs.linux_build_command }} ${{ (contains(matrix.swift_version, 'nightly') && inputs.swift_nightly_flags) || inputs.swift_flags }}
94
94
95
95
windows-build :
96
- name : Windows (${{ matrix.swift_version }} - ${{ inputs.enable_windows_docker && contains(matrix.swift_version, 'nightly') && 'windows-2019' || 'windows-2022' }})
96
+ name : Windows (${{ matrix.swift_version }} - ${{ contains(matrix.swift_version, 'nightly') && 'windows-2019' || 'windows-2022' }})
97
97
if : ${{ inputs.enable_windows_checks }}
98
- runs-on : ${{ inputs.enable_windows_docker && contains(matrix.swift_version, 'nightly') && 'windows-2019' || 'windows-2022' }}
98
+ runs-on : ${{ contains(matrix.swift_version, 'nightly') && 'windows-2019' || 'windows-2022' }}
99
99
strategy :
100
100
fail-fast : false
101
101
matrix :
You can’t perform that action at this time.
0 commit comments