Skip to content

Commit d7661c5

Browse files
committed
wip
1 parent e4efce7 commit d7661c5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build-and-upload-engine-artifacts.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,13 @@ jobs:
127127
uses: actions/checkout@v4
128128
with:
129129
path: ''
130+
- name: Copy gclient file
131+
run: |
132+
cp engine/scripts/slim.gclient .gclient
133+
- name: Gclient sync
134+
shell: bash
135+
run: |
136+
gclient sync -D --no-history --shallow --with_branch_heads
130137
- name: Download host_debug_framework artifacts
131138
uses: actions/download-artifact@v4
132139
with:

0 commit comments

Comments
 (0)