Skip to content

Commit b6cbb5e

Browse files
committed
Fix OSX CI to *actually* use upstream clang
1 parent 6536cf0 commit b6cbb5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)