Skip to content

Commit 007ac1f

Browse files
sebstoSebastien Stormacq
andauthored
[ci] Use APIGatewayV2 for link foundation check (#595)
Revert change on #593 The root cause has been addressed in the Swift AWS Lambda Event library awslabs/swift-aws-lambda-events#99 Co-authored-by: Sebastien Stormacq <stormacq@amazon.lu>
1 parent 8168a5c commit 007ac1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scripts/check-link-foundation.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ log() { printf -- "** %s\n" "$*" >&2; }
1717
error() { printf -- "** ERROR: %s\n" "$*" >&2; }
1818
fatal() { error "$@"; exit 1; }
1919

20-
EXAMPLE=HelloWorld
20+
EXAMPLE=APIGatewayV2
2121
OUTPUT_DIR=.build/release
22-
OUTPUT_FILE=${OUTPUT_DIR}/MyLambda
22+
OUTPUT_FILE=${OUTPUT_DIR}/APIGatewayLambda
2323
LIBS_TO_CHECK="libFoundation.so libFoundationInternationalization.so lib_FoundationICU.so"
2424

2525
pushd Examples/${EXAMPLE} || fatal "Failed to change directory to Examples/${EXAMPLE}."

0 commit comments

Comments
 (0)