File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,8 @@ jobs:
111
111
- name : Install the target
112
112
run : |
113
113
rustup target install ${{ matrix.target }}
114
+ - name : DEBUG!!! Setup tmate session
115
+ uses : mxschmitt/action-tmate@v3
114
116
- name : Run a full build
115
117
env :
116
118
TARGET : ${{ matrix.target }}
@@ -255,6 +257,8 @@ jobs:
255
257
- name : Install the target
256
258
run : |
257
259
rustup target install ${{ matrix.target }}
260
+ - name : DEBUG!!! Setup tmate session
261
+ uses : mxschmitt/action-tmate@v3
258
262
- name : Run a full build
259
263
env :
260
264
TARGET : ${{ matrix.target }}
@@ -405,6 +409,8 @@ jobs:
405
409
- name : Install the target
406
410
run : |
407
411
rustup target install ${{ matrix.target }}
412
+ - name : DEBUG!!! Setup tmate session
413
+ uses : mxschmitt/action-tmate@v3
408
414
- name : Run a full build
409
415
env :
410
416
TARGET : ${{ matrix.target }}
Original file line number Diff line number Diff line change @@ -105,6 +105,8 @@ jobs: # skip-master skip-pr skip-stable
105
105
- name : Install the target
106
106
run : |
107
107
rustup target install ${{ matrix.target }}
108
+ - name : DEBUG!!! Setup tmate session
109
+ uses : mxschmitt/action-tmate@v3
108
110
- name : Run a full build
109
111
env :
110
112
TARGET : ${{ matrix.target }}
You can’t perform that action at this time.
0 commit comments