Skip to content

Commit 869d1d0

Browse files
committed
fix
1 parent a32906e commit 869d1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples.yml

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

0 commit comments

Comments
 (0)