mirror of
https://github.com/phpv8/v8js.git
synced 2024-12-22 08:11:52 +00:00
Speed up v8 fetch
This commit is contained in:
parent
8df219b3f4
commit
3fe1f399ca
4
.github/workflows/build-test.yml
vendored
4
.github/workflows/build-test.yml
vendored
@ -52,9 +52,9 @@ jobs:
|
||||
cd "$(mktemp -d)"
|
||||
|
||||
ARCH=$(uname -m)
|
||||
fetch v8
|
||||
fetch --nohooks --no-history v8
|
||||
cd v8
|
||||
|
||||
git fetch --tag origin refs/tags/${{ matrix.v8-versions }}
|
||||
git checkout ${{ matrix.v8-versions }}
|
||||
gclient sync -D
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user