Skip to content

Commit 4d87e1c

Browse files
committed
remove continuations from broken build command
1 parent 04bec57 commit 4d87e1c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,7 @@ jobs:
7070
- name: Build the example
7171
run: |
7272
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
73+
swift package --allow-network-connections all --swift-sdk x86_64-swift-linux-musl build-container-image --repository localhost:5000/hummingbird --from scratch
7974
8075
- name: Run the example
8176
run: |

0 commit comments

Comments
 (0)