We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef80cd commit 1284952Copy full SHA for 1284952
.github/workflows/build-test.yml
@@ -37,14 +37,14 @@ jobs:
37
php-version: ${{ matrix.php-versions }}
38
coverage: none
39
40
+ - name: Setup Google depot tools
41
+ uses: newkdev/setup-depot-tools@v1.0.1
42
+
43
- name: Build v8 ${{ matrix.v8-versions }}
44
run: |
45
# Store extra tools somewhere undisturbing
46
cd "$(mktemp -d)"
47
- git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
- export PATH=`pwd`/depot_tools:"$PATH"
-
48
fetch v8
49
cd v8
50
0 commit comments