We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172fcab commit afef1cfCopy full SHA for afef1cf
.github/workflows/integration_tests.yml
@@ -152,7 +152,7 @@ jobs:
152
# TODO : add a similar test to Swift AWS Lambda Events
153
EXAMPLE: APIGateway
154
OUTPUT_DIR: .build/release
155
- OUTPUT_FILE: ${OUTPUT_DIR}/APIGatewayLambda
+ OUTPUT_FILE: ${{ env.OUTPUT_DIR }}/APIGatewayLambda
156
LIBS_TO_CHECK: "libFoundation.so libFoundationInternationalization.so lib_FoundationICU.so"
157
run: |
158
pushd Examples/${EXAMPLE}
0 commit comments