Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Geod24 committed Jun 21, 2024
1 parent 56441c8 commit 59bef04
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup tmate session
if: runner.os == 'macos' && dc == 'dmd-master'
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true

- name: '[POSIX] Test'
if: runner.os != 'Windows'
env:
Expand Down

0 comments on commit 59bef04

Please sign in to comment.