File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ runs:
312
312
echo "swiftroot=${SWIFT_INSTALLATION}" >> $GITHUB_OUTPUT
313
313
314
314
# plugin-path is a workaround for https://github.com/swiftlang/swift-package-manager/issues/8362
315
- echo "swiftcmd=TARGET_OS_ANDROID=1 SKIP_BRIDGE=1 ${SWIFT_INSTALLATION}/bin/swift build --swift-sdk ${SWIFT_SDK_TARGET} -Xswiftc -plugin-path -Xswiftc ${SWIFT_INSTALLATION}/lib/swift/host/plugins/testing -Xswiftc -DTARGET_OS_ANDROID -Xswiftc -DSKIP_BRIDGE -Xswiftc -Xcc -Xswiftc -U_GNU_SOURCE ${{ inputs.swift-build-flags }}" >> $GITHUB_OUTPUT
315
+ echo "swiftcmd=TARGET_OS_ANDROID=1 SKIP_BRIDGE=1 ${SWIFT_INSTALLATION}/bin/swift build --swift-sdk ${SWIFT_SDK_TARGET} -Xswiftc -plugin-path -Xswiftc ${SWIFT_INSTALLATION}/lib/swift/host/plugins/testing -Xswiftc -DTARGET_OS_ANDROID -Xswiftc -DSKIP_BRIDGE ${{ inputs.swift-build-flags }}" >> $GITHUB_OUTPUT
316
316
echo "swift-sdk=${SWIFT_SDK_TARGET}" >> $GITHUB_OUTPUT
317
317
318
318
- name : Check Swift Version
You can’t perform that action at this time.
0 commit comments