mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
ssh debug
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user