Skip to content

Commit 3fe1f39

Browse files
committed
Speed up v8 fetch
1 parent 8df219b commit 3fe1f39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/build-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
cd "$(mktemp -d)"
5353
5454
ARCH=$(uname -m)
55-
fetch v8
55+
fetch --nohooks --no-history v8
5656
cd v8
57-
57+
git fetch --tag origin refs/tags/${{ matrix.v8-versions }}
5858
git checkout ${{ matrix.v8-versions }}
5959
gclient sync -D
6060

0 commit comments

Comments
 (0)