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 f1bfabb commit 058145bCopy full SHA for 058145b
.github/workflows/examples.yml
@@ -112,7 +112,8 @@ jobs:
112
pushd Examples/${EXAMPLE}
113
114
# package the example (docker and swift toolchain are installed on the GH runner)
115
- echo yes | swift package archive --allow-network-connections docker
+ which docker
116
+ echo yes | swift package archive --allow-network-connections docker --verbose
117
118
# did the plugin generated a Linux binary?
119
[ -f ${OUTPUT_FILE} ]
0 commit comments