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 25e4fd5 commit 5c0b741Copy full SHA for 5c0b741
.github/workflows/examples.yml
@@ -112,10 +112,7 @@ jobs:
112
pushd Examples/${EXAMPLE}
113
114
# package the example (docker and swift toolchain are installed on the GH runner)
115
- which docker
116
- docker info
117
- docker pull swift:amazonlinux2
118
- echo yes | swift package archive --allow-network-connections docker --disable-docker-image-update --verbose
+ echo yes | swift package archive --allow-network-connections docker
119
120
# did the plugin generated a Linux binary?
121
[ -f ${OUTPUT_FILE} ]
0 commit comments