Skip to content

Commit

Permalink
Added debug ssh terminal for windows action
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianoDiDio committed Mar 30, 2024
1 parent cca3e0f commit e534684
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
-DCMAKE_BUILD_TYPE=Release \
-DENABLE_PVS_STUDIO_ANALYZER=OFF \
-G Ninja \
- name: Setup Windows upterm session
if: startsWith(matrix.config.name, 'Windows')
uses: lhotari/action-upterm@v1
- name: Build
run: cmake --build Build --parallel
- name: Upload artifact
Expand Down

0 comments on commit e534684

Please sign in to comment.