We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110c602 commit f6affcbCopy full SHA for f6affcb
.github/workflows/swift.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: Build and test bindings
59
run: |
60
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
+ LDK_C_BINDINGS_BASE="../../ldk-c-bindings" RUST_BACKTRACE=1 ../../swift-5.4.2-RELEASE-ubuntu20.04/usr/bin/swift test
62
- name: Check that the latest headers are in the swift repo
63
64
git diff --exit-code
0 commit comments