Skip to content

Commit 058145b

Browse files
committed
fix
1 parent f1bfabb commit 058145b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/examples.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ 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-connections docker
115+
which docker
116+
echo yes | swift package archive --allow-network-connections docker --verbose
116117
117118
# did the plugin generated a Linux binary?
118119
[ -f ${OUTPUT_FILE} ]

0 commit comments

Comments
 (0)