Skip to content

Commit e4df034

Browse files
committed
use static sdk with plugin
1 parent e3ce95f commit e4df034

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ jobs:
5858
swift package init --type executable
5959
swift build --swift-sdk x86_64-swift-linux-musl
6060
61-
- name: plugin static stdlib
61+
- name: plugin sdk
6262
run: |
6363
pwd
64-
mkdir plugin-static-stdlib
65-
cd plugin-static-stdlib
64+
mkdir plugin-sdk
65+
cd plugin-sdk
6666
swift package init --type executable
6767
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
68+
swift package --swift-sdk x86_64-swift-linux-musl build-container-image --registry localhost:5000/test-static-stdlib
6969
7070
- name: Build the example
7171
run: |

0 commit comments

Comments
 (0)