We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4efce7 commit d7661c5Copy full SHA for d7661c5
1 file changed
.github/workflows/build-and-upload-engine-artifacts.yml
@@ -127,6 +127,13 @@ jobs:
127
uses: actions/checkout@v4
128
with:
129
path: ''
130
+ - name: Copy gclient file
131
+ run: |
132
+ cp engine/scripts/slim.gclient .gclient
133
+ - name: Gclient sync
134
+ shell: bash
135
136
+ gclient sync -D --no-history --shallow --with_branch_heads
137
- name: Download host_debug_framework artifacts
138
uses: actions/download-artifact@v4
139
0 commit comments