Skip to content

Commit

Permalink
activate remote management
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustl22 committed May 17, 2024
1 parent d704d2b commit 12a3d82
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,10 @@ jobs:
- uses: bluefireteam/melos-action@main

- run: |
sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -activate
sudo pkill loginwindow
sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart \
-activate -configure -access -on \
-clientopts -setvnclegacy -vnclegacy yes \
-restart -agent -privs -all
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
Expand Down

0 comments on commit 12a3d82

Please sign in to comment.