Skip to content

Commit cc639f5

Browse files
committed
use absolute path for swift test libldk.a
1 parent f5834c3 commit cc639f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Test Swift bindings package
7373
run: |
7474
cd ci/LDKSwift
75-
LDK_C_BINDINGS_BASE="../../ldk-c-bindings" RUST_BACKTRACE=1 ../../swift-5.4.2-RELEASE-ubuntu20.04/usr/bin/swift test -v
75+
LDK_C_BINDINGS_BASE="/home/runner/work/ldk-swift/ldk-swift/ldk-c-bindings" RUST_BACKTRACE=1 ../../swift-5.4.2-RELEASE-ubuntu20.04/usr/bin/swift test -v
7676
- name: Check that the latest headers are in the swift repo
7777
run: |
7878
git diff --exit-code

0 commit comments

Comments
 (0)