Skip to content

Commit 8975148

Browse files
committed
wip: rewrite package.swift to use local plugin package
1 parent 53a68f4 commit 8975148

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- name: Build the example
3333
run: |
3434
cd Examples/HelloWorldHummingbird
35+
sed -i'.bak' -e '/swift-container-plugin/ s/(url:.*),/(path: "..\/.."),/' Package.swift
3536
swift package \
3637
--swift-sdk x86_64-swift-linux-musl \
3738
--allow-network-connections all \

Examples/HelloWorldHummingbird/Package.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ let package = Package(
2626
targets: [
2727
.executableTarget(name: "hello-world", dependencies: [.product(name: "Hummingbird", package: "hummingbird")])
2828
]
29-
3029
)

0 commit comments

Comments
 (0)