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 6f352b1 commit 110c602Copy full SHA for 110c602
.github/workflows/swift.yml
@@ -50,6 +50,8 @@ jobs:
50
mkdir -p ci/LDKCHeaders/Headers/
51
cp ldk-c-bindings/lightning-c-bindings/include/*.h ci/LDKCHeaders/Headers/
52
cp ldk-c-bindings/ldk-net/ldk_net.h ci/LDKCHeaders/Headers/
53
+ - name: Set up Python
54
+ uses: actions/setup-python@v2
55
- name: Fix header files
56
run: |
57
python ci/fix_header_includes.py
0 commit comments