Skip to content

Commit 0647fdd

Browse files
committed
try to fix [CI]
1 parent c764e07 commit 0647fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
pushd Examples/${EXAMPLE}
115115
116116
# package the example (docker and swift toolchain are installed on the GH runner)
117-
echo yes | swift package archive --allow-network-connections docker
117+
LAMBDA_USE_LOCAL_DEPS=../.. swift package archive --allow-network-connections docker
118118
119119
# did the plugin generated a Linux binary?
120120
[ -f ${OUTPUT_FILE} ]

0 commit comments

Comments
 (0)