Skip to content

Commit

Permalink
ci/windows: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Jun 24, 2023
1 parent d5f58e5 commit 02339e2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/windows-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
activate-environment: eigenpy
environment-file: .github/workflows/conda/environment.yml
python-version: 3.7
python-version: "3.10"
- name: Build Eigenpy
shell: cmd /C CALL {0}
env:
Expand Down Expand Up @@ -87,6 +87,14 @@ jobs:
cd ..
if errorlevel 1 exit 1
:: Uninstall
cmake --build . --config Release --target uninstall
if errorlevel 1 exit 1
# if errorlevel 1 exit 1
- name: Start SSH session
uses: luchihoratiu/debug-via-ssh@main
with:
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
SSH_PASS: ${{ secrets.SSH_PASS }}

0 comments on commit 02339e2

Please sign in to comment.