diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dc4b58b950c..e8bb5ed7d86 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -111,6 +111,8 @@ jobs: - name: Install the target run: | rustup target install ${{ matrix.target }} + - name: DEBUG!!! Setup tmate session + uses: mxschmitt/action-tmate@v3 - name: Run a full build env: TARGET: ${{ matrix.target }} @@ -255,6 +257,8 @@ jobs: - name: Install the target run: | rustup target install ${{ matrix.target }} + - name: DEBUG!!! Setup tmate session + uses: mxschmitt/action-tmate@v3 - name: Run a full build env: TARGET: ${{ matrix.target }} @@ -405,6 +409,8 @@ jobs: - name: Install the target run: | rustup target install ${{ matrix.target }} + - name: DEBUG!!! Setup tmate session + uses: mxschmitt/action-tmate@v3 - name: Run a full build env: TARGET: ${{ matrix.target }} diff --git a/ci/actions-templates/windows-builds-template.yaml b/ci/actions-templates/windows-builds-template.yaml index ce5eb0d4e89..6974da2b463 100644 --- a/ci/actions-templates/windows-builds-template.yaml +++ b/ci/actions-templates/windows-builds-template.yaml @@ -105,6 +105,8 @@ jobs: # skip-master skip-pr skip-stable - name: Install the target run: | rustup target install ${{ matrix.target }} + - name: DEBUG!!! Setup tmate session + uses: mxschmitt/action-tmate@v3 - name: Run a full build env: TARGET: ${{ matrix.target }}