ssh debug

This commit is contained in:
Samuel Attard
2024-06-16 21:09:49 -07:00
parent 96c046d247
commit cb9866d4e2

View File

@@ -45,6 +45,11 @@ jobs:
if: ${{ inputs.target-arch == 'arm' }}
run: |
cp $(which node) /mnt/runner-externals/node20/bin/
- name: Setup tmate session
if: ${{ inputs.target-platform == 'macos' }}
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
- name: Add TCC permissions on macOS
if: ${{ inputs.target-platform == 'macos' }}
run: |