Skip to content

Commit 1c32788

Browse files
committed
Fix CI action
1 parent 78383ca commit 1c32788

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ jobs:
1313
uses: actions/checkout@v2
1414
- name: Checkout Rust-Lightning and LDK-C-Bindings git
1515
run: |
16-
cd bindings/LDK
17-
ls -ll
18-
cd ../../ci
16+
cd ./ci
1917
git config --global user.email "[email protected]"
2018
git config --global user.name "LDK CI"
2119
# Note this is a different endpoint, as we need one non-upstream commit!

0 commit comments

Comments
 (0)