Skip to content

Commit f6affcb

Browse files
committed
Fix Swift path
1 parent 110c602 commit f6affcb

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
@@ -58,7 +58,7 @@ jobs:
5858
- name: Build and test bindings
5959
run: |
6060
cd ci/LDKSwift
61-
LDK_C_BINDINGS_BASE="../ldk-c-bindings" RUST_BACKTRACE=1 ../swift-5.4.2-RELEASE-ubuntu20.04/usr/bin/swift test
61+
LDK_C_BINDINGS_BASE="../../ldk-c-bindings" RUST_BACKTRACE=1 ../../swift-5.4.2-RELEASE-ubuntu20.04/usr/bin/swift test
6262
- name: Check that the latest headers are in the swift repo
6363
run: |
6464
git diff --exit-code

0 commit comments

Comments
 (0)