Skip to content

Commit 0b7f72f

Browse files
committed
try static
1 parent 99672b2 commit 0b7f72f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@ jobs:
3737
swift package --allow-network-connections all \
3838
build-container-image \
3939
--repository localhost:5000/hummingbird \
40-
--from swift:slim
40+
--from swift:slim \
41+
--static-swift-stdlib
4142
4243
- name: Run the example
4344
run: |
45+
uname -a
4446
docker run -p 8080:8080 localhost:5000/hummingbird
4547
4648
- name: Check that the service is running

0 commit comments

Comments
 (0)