Skip to content

Commit

Permalink
feat(action): update v8 compiler action
Browse files Browse the repository at this point in the history
  • Loading branch information
zealotchen0 committed May 13, 2024
1 parent e01ab9c commit 4d72166
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/3rd_prebuilt_v8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,13 @@ jobs:
- cpu: x64
arch: x86_64
steps:
- name: Setup GN
run: |
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git /usr/local/opt/depot_tools
export PATH=/usr/local/opt/depot_tools:$PATH
- name: Fetch v8
run: |
export PATH=/usr/local/opt/depot_tools:$PATH
fetch v8
cd v8
git checkout ${{ github.event.inputs.v8_revision }}
Expand Down

0 comments on commit 4d72166

Please sign in to comment.