Skip to content

Commit 641f741

Browse files
committed
DROP ME! DEBUG DEBUG DEBUG
1 parent b573580 commit 641f741

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/ci.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ jobs:
111111
- name: Install the target
112112
run: |
113113
rustup target install ${{ matrix.target }}
114+
- name: DEBUG!!! Setup tmate session
115+
uses: mxschmitt/action-tmate@v3
114116
- name: Run a full build
115117
env:
116118
TARGET: ${{ matrix.target }}
@@ -255,6 +257,8 @@ jobs:
255257
- name: Install the target
256258
run: |
257259
rustup target install ${{ matrix.target }}
260+
- name: DEBUG!!! Setup tmate session
261+
uses: mxschmitt/action-tmate@v3
258262
- name: Run a full build
259263
env:
260264
TARGET: ${{ matrix.target }}
@@ -405,6 +409,8 @@ jobs:
405409
- name: Install the target
406410
run: |
407411
rustup target install ${{ matrix.target }}
412+
- name: DEBUG!!! Setup tmate session
413+
uses: mxschmitt/action-tmate@v3
408414
- name: Run a full build
409415
env:
410416
TARGET: ${{ matrix.target }}

ci/actions-templates/windows-builds-template.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ jobs: # skip-master skip-pr skip-stable
105105
- name: Install the target
106106
run: |
107107
rustup target install ${{ matrix.target }}
108+
- name: DEBUG!!! Setup tmate session
109+
uses: mxschmitt/action-tmate@v3
108110
- name: Run a full build
109111
env:
110112
TARGET: ${{ matrix.target }}

0 commit comments

Comments
 (0)