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 646d80f commit 45f456eCopy full SHA for 45f456e
.github/workflows/examples.yml
@@ -113,6 +113,9 @@ jobs:
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
+ /usr/bin/docker pull swift:amazonlinux2
119
echo yes | swift package archive --allow-network-connections docker --verbose
120
121
# did the plugin generated a Linux binary?
0 commit comments