Skip to content

Commit

Permalink
update clang_base_path
Browse files Browse the repository at this point in the history
  • Loading branch information
david-clang authored Sep 17, 2024
1 parent 940c0c4 commit 7977a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
use_custom_libcxx=false
treat_warnings_as_errors=false
use_lld=false
clang_base_path="$CLANG_PATH"' > v8/out.gn/x64.release/args.gn
clang_base_path="'$(which clang | xargs dirname)'"' > v8/out.gn/x64.release/args.gn
- run: cat v8/out.gn/x64.release/args.gn
- name: Setup Ninja
uses: ashutoshvarma/setup-ninja@master
Expand Down

0 comments on commit 7977a39

Please sign in to comment.