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.
2 parents 2b2cd47 + f8a0870 commit 45e4ef5Copy full SHA for 45e4ef5
.github/workflows/swift_package_test.yml
@@ -138,7 +138,7 @@ jobs:
138
- name: Pre-build
139
run: ${{ inputs.macos_pre_build_command }}
140
- name: Build / Test
141
- run: ${{ inputs.macos_build_command }}
+ run: ${{ inputs.macos_build_command }} ${{ (contains(matrix.swift_version, 'nightly') && inputs.swift_nightly_flags) || inputs.swift_flags }}
142
timeout-minutes: 60
143
144
linux-build:
0 commit comments