Skip to content

Commit f000dfe

Browse files
committed
Handle installed-sdk and installed-swift inputs
1 parent f5c4bc4 commit f000dfe

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
@@ -290,7 +290,7 @@ runs:
290290
exit 1
291291
fi
292292
293-
if [[ "${{ inputs.installed-sdk }}" == '' ]]; then
293+
if [[ "${{ inputs.installed-sdk }}" != '' ]]; then
294294
# we already have an SDK installed
295295
SWIFT_SDK_TARGET="${{ inputs.installed-sdk }}"
296296
echo "SWIFT_SDK_TARGET=${SWIFT_SDK_TARGET}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)