File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 31
31
echo "ldk-c-bindings commit hash:"
32
32
git rev-parse HEAD
33
33
cd ..
34
- - name : Install native Rust toolchain, Valgrind, and build utilitis
35
- run : |
36
- sudo apt-get update
37
- sudo apt-get -y dist-upgrade
38
- sudo apt-get -y install cargo valgrind lld git g++ clang curl
39
- - name : Install cbindgen
40
- run : cargo install --force cbindgen
41
34
- name : Install Swift Toolchain
42
35
run : |
43
36
curl https://swift.org/builds/swift-5.4.2-release/ubuntu2004/swift-5.4.2-RELEASE/swift-5.4.2-RELEASE-ubuntu20.04.tar.gz > swift-5.4.2-RELEASE-ubuntu20.04.tar.gz
47
40
exit 1
48
41
fi
49
42
tar xvvf swift-5.4.2-RELEASE-ubuntu20.04.tar.gz
43
+ - name : Install native Rust toolchain, Valgrind, and build utilitis
44
+ run : |
45
+ sudo apt-get update
46
+ sudo apt-get -y dist-upgrade
47
+ sudo apt-get -y install cargo valgrind lld git g++ clang curl
48
+ - name : Install cbindgen
49
+ run : cargo install --force cbindgen
50
50
- name : Regenerate C bindings
51
51
run : |
52
52
cd ldk-c-bindings
You can’t perform that action at this time.
0 commit comments