We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd3f720 commit 539fa96Copy full SHA for 539fa96
.github/workflows/swift.yml
@@ -97,13 +97,17 @@ jobs:
97
- name: Build Swift bindings package without address sanitizer
98
run: |
99
cd ci/LDKSwift
100
+ env
101
+ # remove target output
102
+ rm -rf ${{ github.workspace }}/ci/ldk-c-bindings/lightning-c-bindings/target
103
../../swift-5.7.2-RELEASE-ubuntu22.04/usr/bin/swift build
104
env:
105
LDK_C_BINDINGS_BASE: ${{ github.workspace }}/ci/ldk-c-bindings
106
RUST_BACKTRACE: 1
107
- name: Test Swift bindings package without address sanitizer
108
109
110
111
../../swift-5.7.2-RELEASE-ubuntu22.04/usr/bin/swift test -v
112
113
0 commit comments