We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 247c9b4 commit 51d6b1aCopy full SHA for 51d6b1a
1 file changed
.github/workflows/build-and-upload-engine-artifacts.yml
@@ -48,6 +48,8 @@ jobs:
48
- name: GClient sync
49
run: |
50
gclient sync -D --no-history --shallow --with_branch_heads
51
+ - name: Setup tmate session
52
+ uses: mxschmitt/action-tmate@v3
53
- name: Build engine
54
55
cd engine/src
0 commit comments