Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
ci: use gclient sync
Browse files Browse the repository at this point in the history
  • Loading branch information
theoparis committed Jan 26, 2024
1 parent 55e3dbf commit 960e4fb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ jobs:
echo "$PWD/depot_tools" >> $GITHUB_PATH
- name: Checkout sources
run: |
mkdir -p chromium && cd chromium
fetch --nohooks --nohistory chromium
cd src
gclient runhooks
gclient sync --no-history -j$(nproc)
- name: Build
run: |
Expand Down

0 comments on commit 960e4fb

Please sign in to comment.