Skip to content

Commit d1a191a

Browse files
committed
Print commit hashes for debugging
1 parent 8d0e77c commit d1a191a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ jobs:
2121
# git checkout origin/2021-03-java-bindings-base
2222
# git checkout v0.0.100
2323
git checkout dba15b73610e4f54378782e55874fc694bf8bda9
24+
git rev-parse HEAD
2425
cd ..
2526
git clone https://github.com/lightningdevkit/ldk-c-bindings
2627
cd ldk-c-bindings
2728
git checkout v0.0.100.1
29+
git rev-parse HEAD
2830
cd ..
2931
- name: Install native Rust toolchain, Valgrind, and build utilitis
3032
run: |

0 commit comments

Comments
 (0)