File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -144,14 +144,5 @@ jobs:
144144 # https://github.com/actions/checkout/issues/766
145145 run : git config --global --add safe.directory ${GITHUB_WORKSPACE}
146146 - name : Check for Foundation or ICU dependency
147- env :
148- # we check the API Gateway example as it has a dependency on Swift AWS Lambda Events
149- # this allows to test the two libraries at onece
150- # TODO : add a similar test to Swift AWS Lambda Events
151- EXAMPLE : APIGateway
152- OUTPUT_DIR : .build/release
153- OUTPUT_FILE : APIGatewayLambda
154- LIBS_TO_CHECK : " libFoundation.so libFoundationInternationalization.so lib_FoundationICU.so"
155147 run : |
156- curl -s https://raw.githubusercontent.com/swiftlang/github-workflows/refs/heads/main/.github/workflows/scripts/check-docs.sh | bash
157-
148+ curl -s https://raw.githubusercontent.com/swift-sever/swift-aws-lambda-runtime/refs/heads/main/.github/workflows/scripts/check-link-foundation.sh | bash
You can’t perform that action at this time.
0 commit comments