Skip to content

Commit b6f33de

Browse files
committed
Add tmate breakpoint
1 parent cb74bd6 commit b6f33de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,6 +1132,10 @@ jobs:
11321132
path: build/vcpkg-vendor/kart-vendor.*.zip
11331133
if-no-files-found: error
11341134

1135+
- name: "Setup tmate session"
1136+
if: ${{ failure() }}
1137+
uses: mxschmitt/action-tmate@v3
1138+
11351139
#
11361140
# App tests & checks
11371141
#

0 commit comments

Comments
 (0)