mirror of
https://github.com/phpv8/v8js.git
synced 2025-03-22 13:37:03 +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)"
|
cd "$(mktemp -d)"
|
||||||
|
|
||||||
ARCH=$(uname -m)
|
ARCH=$(uname -m)
|
||||||
fetch v8
|
fetch --nohooks --no-history v8
|
||||||
cd v8
|
cd v8
|
||||||
|
git fetch --tag origin refs/tags/${{ matrix.v8-versions }}
|
||||||
git checkout ${{ matrix.v8-versions }}
|
git checkout ${{ matrix.v8-versions }}
|
||||||
gclient sync -D
|
gclient sync -D
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user