Skip to content

Commit

Permalink
windows: remove remote ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmattkc committed May 2, 2023
1 parent 1b14a1c commit 7287ba8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ jobs:
xcopy /s *.h "%INSTALL_DIR%/crashpad"
xcopy /s *.lib "%INSTALL_DIR%/crashpad"
xcopy /s *.exe "%INSTALL_DIR%/crashpad"
- name: Start SSH session
uses: luchihoratiu/debug-via-ssh@main
with:
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
SSH_PASS: ${{ secrets.SSH_PASS }}
- name: Deploy
shell: bash
Expand Down

0 comments on commit 7287ba8

Please sign in to comment.