Skip to content

Commit 4bd3a2a

Browse files
committed
Add ssh debug
1 parent dd647c5 commit 4bd3a2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-unix.yml

+3
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ jobs:
147147
run: ${{ needs.define-build.outputs.download }}
148148
- name: "Build PHP"
149149
run: ${{ needs.define-build.outputs.build }}
150+
- name: Setup tmate session
151+
if: ${{ failure() }}
152+
uses: mxschmitt/action-tmate@v3
150153

151154
# Upload cli executable
152155
- if: ${{ inputs.build-cli == true }}

0 commit comments

Comments
 (0)