Skip to content

Commit 31925cd

Browse files
authored
Merge pull request #97 from TheBlueMatt/main
[Java] Fix PATH order to use upstream clang in OSX CI
2 parents 553ff07 + a7fb718 commit 31925cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,8 @@ jobs:
359359
git checkout 0.0.106
360360
- name: Rebuild C bindings with upstream clang, and check the sample app builds + links
361361
run: |
362-
cd ldk-c-bindings
363362
export PATH=`pwd`/clang+llvm-14.0.1-x86_64-apple-darwin/bin:$PATH
363+
cd ldk-c-bindings
364364
CC=clang ./genbindings.sh ../rust-lightning true
365365
cd ..
366366
- name: Fetch OpenJDK 16

0 commit comments

Comments
 (0)