Skip to content

Commit 45e4ef5

Browse files
authored
Merge pull request #130 from rauhul/patch-1
Add missing flags for macOS builds
2 parents 2b2cd47 + f8a0870 commit 45e4ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift_package_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
- name: Pre-build
139139
run: ${{ inputs.macos_pre_build_command }}
140140
- name: Build / Test
141-
run: ${{ inputs.macos_build_command }}
141+
run: ${{ inputs.macos_build_command }} ${{ (contains(matrix.swift_version, 'nightly') && inputs.swift_nightly_flags) || inputs.swift_flags }}
142142
timeout-minutes: 60
143143

144144
linux-build:

0 commit comments

Comments
 (0)