Skip to content

Commit 539fa96

Browse files
committed
d: print environment and remove target output prior to compilation
1 parent fd3f720 commit 539fa96

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/swift.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,17 @@ jobs:
9797
- name: Build Swift bindings package without address sanitizer
9898
run: |
9999
cd ci/LDKSwift
100+
env
101+
# remove target output
102+
rm -rf ${{ github.workspace }}/ci/ldk-c-bindings/lightning-c-bindings/target
100103
../../swift-5.7.2-RELEASE-ubuntu22.04/usr/bin/swift build
101104
env:
102105
LDK_C_BINDINGS_BASE: ${{ github.workspace }}/ci/ldk-c-bindings
103106
RUST_BACKTRACE: 1
104107
- name: Test Swift bindings package without address sanitizer
105108
run: |
106109
cd ci/LDKSwift
110+
env
107111
../../swift-5.7.2-RELEASE-ubuntu22.04/usr/bin/swift test -v
108112
env:
109113
LDK_C_BINDINGS_BASE: ${{ github.workspace }}/ci/ldk-c-bindings

0 commit comments

Comments
 (0)