Skip to content

Commit 1284952

Browse files
committed
Install google depot tools with an action
1 parent aef80cd commit 1284952

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737
php-version: ${{ matrix.php-versions }}
3838
coverage: none
3939

40+
- name: Setup Google depot tools
41+
uses: newkdev/setup-depot-tools@v1.0.1
42+
4043
- name: Build v8 ${{ matrix.v8-versions }}
4144
run: |
4245
# Store extra tools somewhere undisturbing
4346
cd "$(mktemp -d)"
4447
45-
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
46-
export PATH=`pwd`/depot_tools:"$PATH"
47-
4848
fetch v8
4949
cd v8
5050

0 commit comments

Comments
 (0)