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 c764e07 commit 0647fddCopy full SHA for 0647fdd
.github/workflows/integration_tests.yml
@@ -114,7 +114,7 @@ jobs:
114
pushd Examples/${EXAMPLE}
115
116
# package the example (docker and swift toolchain are installed on the GH runner)
117
- echo yes | swift package archive --allow-network-connections docker
+ LAMBDA_USE_LOCAL_DEPS=../.. swift package archive --allow-network-connections docker
118
119
# did the plugin generated a Linux binary?
120
[ -f ${OUTPUT_FILE} ]
0 commit comments