Skip to content

Commit

Permalink
ci: Fix bindgen path issue
Browse files Browse the repository at this point in the history
Signed-off-by: Qian Qian "Cubik"‎ <cubik65536@cubik65536.top>
  • Loading branch information
Cubik65536 committed Jan 21, 2025
1 parent d281036 commit bd7acc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/github_before_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ fi
/usr/bin/arch -$_target_cpu $_python_path/python3 ./tools/rust/build_bindgen.py --rust-target $_rust_target

/usr/bin/arch -$_target_cpu ./out/Default/gn gen out/Default --fail-on-unused-args

ln -s "$_src_dir/third_party" "$_src_dir/../third_party"

0 comments on commit bd7acc3

Please sign in to comment.