Skip to content

Commit

Permalink
Add ssh debug
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywhalecc committed Jan 25, 2025
1 parent dd647c5 commit 4bd3a2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ jobs:
run: ${{ needs.define-build.outputs.download }}
- name: "Build PHP"
run: ${{ needs.define-build.outputs.build }}
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3

# Upload cli executable
- if: ${{ inputs.build-cli == true }}
Expand Down

0 comments on commit 4bd3a2a

Please sign in to comment.