Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5c0b741

Browse files
committedOct 11, 2024
cleanup
1 parent 25e4fd5 commit 5c0b741

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎.github/workflows/examples.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,7 @@ jobs:
112112
pushd Examples/${EXAMPLE}
113113
114114
# 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
115+
echo yes | swift package archive --allow-network-connections docker
119116
120117
# did the plugin generated a Linux binary?
121118
[ -f ${OUTPUT_FILE} ]

0 commit comments

Comments
 (0)