Skip to content

Commit

Permalink
Speed up v8 fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaBehrens committed Oct 26, 2024
1 parent 8df219b commit 3fe1f39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3fe1f39

Please sign in to comment.