0
0
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:
Joshua Behrens 2024-10-27 01:43:39 +02:00
parent 8df219b3f4
commit 3fe1f399ca
No known key found for this signature in database
GPG Key ID: DD28BD85EE8F67DD

View File

@ -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