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 04bec57 commit 4d87e1cCopy full SHA for 4d87e1c
.github/workflows/pull_request.yml
@@ -70,12 +70,7 @@ jobs:
70
- name: Build the example
71
run: |
72
cd Examples/HelloWorldHummingbird
73
- swift package \
74
- --allow-network-connections all \
75
- --swift-sdk x86_64-swift-linux-musl \
76
- build-container-image \
77
- --repository localhost:5000/hummingbird \
78
- --from scratch
+ swift package --allow-network-connections all --swift-sdk x86_64-swift-linux-musl build-container-image --repository localhost:5000/hummingbird --from scratch
79
80
- name: Run the example
81
0 commit comments