Skip to content

Commit 1757c12

Browse files
committed
Fix test command argument -Xswiftc -plugin-path
1 parent 1d15475 commit 1757c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ runs:
299299
echo "swiftroot=${SWIFT_INSTALLATION}" >> $GITHUB_OUTPUT
300300
301301
# plugin-path is a workaround for https://github.com/swiftlang/swift-package-manager/issues/8362
302-
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/testing -Xswiftc -DTARGET_OS_ANDROID -Xswiftc -DSKIP_BRIDGE ${{ inputs.swift-build-flags }}" >> $GITHUB_OUTPUT
302+
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
303303
echo "swift-sdk=${SWIFT_SDK_TARGET}" >> $GITHUB_OUTPUT
304304
305305
- name: Check Swift Version

0 commit comments

Comments
 (0)