Skip to content

Commit

Permalink
Enable a debug SSH session on the runner
Browse files Browse the repository at this point in the history
  • Loading branch information
buggmagnet committed May 20, 2024
1 parent c477a1b commit 7f852b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
detached: true
limit-access-to-actor: true

- name: Configure cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 7f852b2

Please sign in to comment.