File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -345,6 +345,10 @@ jobs:
345345 steps :
346346 - name : Install other Rust platforms
347347 run : rustup target install aarch64-apple-darwin
348+ - name : Checkout source code
349+ uses : actions/checkout@v2
350+ with :
351+ fetch-depth : 0
348352 - name : Fetch upstream LLVM/clang snapshot
349353 run : |
350354 wget -O clang+llvm-15.0.3-x86_64-apple-darwin.tar.xz https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.3/clang+llvm-15.0.3-x86_64-apple-darwin.tar.xz
@@ -355,10 +359,6 @@ jobs:
355359 - name : Unpack upstream LLVM+clang and use it by default
356360 run : |
357361 tar xvvf clang+llvm-15.0.3-x86_64-apple-darwin.tar.xz
358- - name : Checkout source code
359- uses : actions/checkout@v2
360- with :
361- fetch-depth : 0
362362 - name : Install cbindgen
363363 run : cargo install cbindgen
364364 - name : Checkout Rust-Lightning and LDK-C-Bindings git
You can’t perform that action at this time.
0 commit comments