fix(build.yml): optimize git clone command by using --depth 1 for faster downloads

This commit is contained in:
mr. m
2025-04-14 19:39:38 +02:00
parent a9958e88d0
commit 7b3dae8bea

View File

@@ -503,7 +503,7 @@ jobs:
- name: Download object files
if: ${{ inputs.update_branch == 'release' }}
run: |
git clone https://github.com/zen-browser/windows-binaries.git .github/workflows/object
git clone https://github.com/zen-browser/windows-binaries.git .github/workflows/object --depth 1
- name: Copy update manifests
env: