Skip to content

Commit 110c602

Browse files
committed
Fix python executability
1 parent 6f352b1 commit 110c602

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
@@ -50,6 +50,8 @@ jobs:
5050
mkdir -p ci/LDKCHeaders/Headers/
5151
cp ldk-c-bindings/lightning-c-bindings/include/*.h ci/LDKCHeaders/Headers/
5252
cp ldk-c-bindings/ldk-net/ldk_net.h ci/LDKCHeaders/Headers/
53+
- name: Set up Python
54+
uses: actions/setup-python@v2
5355
- name: Fix header files
5456
run: |
5557
python ci/fix_header_includes.py

0 commit comments

Comments
 (0)