mirror of
https://github.com/phpv8/v8js.git
synced 2024-12-22 09:21:52 +00:00
Install google depot tools with an action
This commit is contained in:
parent
aef80cd1c1
commit
128495208a
6
.github/workflows/build-test.yml
vendored
6
.github/workflows/build-test.yml
vendored
@ -37,14 +37,14 @@ jobs:
|
||||
php-version: ${{ matrix.php-versions }}
|
||||
coverage: none
|
||||
|
||||
- name: Setup Google depot tools
|
||||
uses: newkdev/setup-depot-tools@v1.0.1
|
||||
|
||||
- name: Build v8 ${{ matrix.v8-versions }}
|
||||
run: |
|
||||
# Store extra tools somewhere undisturbing
|
||||
cd "$(mktemp -d)"
|
||||
|
||||
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
||||
export PATH=`pwd`/depot_tools:"$PATH"
|
||||
|
||||
fetch v8
|
||||
cd v8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user