Skip to content

Commit

Permalink
feat(action): install ninja-build before v8 build (#3864)
Browse files Browse the repository at this point in the history
* feat(action): fix v8 build error

* feat(action): fix v8 compiler action

* feat(action): fix v8 compiler action

* feat(action): fix v8 compiler action
  • Loading branch information
zealotchen0 authored May 20, 2024
1 parent 60fd4eb commit 00cd292
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/3rd_prebuilt_v8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ jobs:
runs-on: [self-hosted, linux, shared]
container:
image: ghcr.io/${{ needs.context_in_lowercase.outputs.repository_owner }}/android-release:latest
options: --user root
strategy:
matrix:
cpu: [arm, arm64, x86, x64]
Expand Down Expand Up @@ -225,6 +226,7 @@ jobs:
working-directory: ./v8
run: |
export PATH=/usr/local/opt/depot_tools:$PATH
apt-get install -y ninja-build
ninja -C out v8_monolith
- name: Prepare package
working-directory: ./v8/out
Expand Down

0 comments on commit 00cd292

Please sign in to comment.