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 e3ce95f commit e4df034Copy full SHA for e4df034
.github/workflows/pull_request.yml
@@ -58,14 +58,14 @@ jobs:
58
swift package init --type executable
59
swift build --swift-sdk x86_64-swift-linux-musl
60
61
- - name: plugin static stdlib
+ - name: plugin sdk
62
run: |
63
pwd
64
- mkdir plugin-static-stdlib
65
- cd plugin-static-stdlib
+ mkdir plugin-sdk
+ cd plugin-sdk
66
67
swift package add-dependency https://github.com/apple/swift-container-plugin --from 0.2.0
68
- swift package --static-swift-stdlib build-container-image --registry localhost:5000/test-static-stdlib
+ swift package --swift-sdk x86_64-swift-linux-musl build-container-image --registry localhost:5000/test-static-stdlib
69
70
- name: Build the example
71
0 commit comments