File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ outputs:
10
10
swift-sdk :
11
11
description : ' The swift SDK that is used to build for Android'
12
12
value : ${{ steps.install.outputs.swift-sdk }}
13
+ swift-install :
14
+ description : ' The installation root for the host Swift toolchain'
15
+ value : ${{ steps.install.outputs.swiftroot }}
13
16
inputs :
14
17
swift-version :
15
18
description : ' The version of the Swift toolchain to use'
@@ -203,6 +206,7 @@ runs:
203
206
204
207
echo "SWIFT_SDK_BUNDLE=${SWIFT_SDK_BUNDLE}" >> $GITHUB_ENV
205
208
209
+ echo "swiftroot=${SWIFT_INSTALLATION}" >> $GITHUB_OUTPUT
206
210
echo "swiftcmd=TARGET_OS_ANDROID=1 SKIP_BRIDGE=1 ${SWIFT_INSTALLATION}/bin/swift build --swift-sdk ${SWIFT_SDK_TARGET} -Xswiftc -DTARGET_OS_ANDROID -Xswiftc -DSKIP_BRIDGE ${{ inputs.swift-build-flags }}" >> $GITHUB_OUTPUT
207
211
echo "swift-sdk=${SWIFT_SDK_TARGET}" >> $GITHUB_OUTPUT
208
212
You can’t perform that action at this time.
0 commit comments