Skip to content

Commit 90d0b21

Browse files
authored
Update 05-windows-build.yml
1 parent 3c4bbb8 commit 90d0b21

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/05-windows-build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ jobs:
9898
--config-settings='cmake.define.BUILD_TOOLS=ON'
9999
shell: powershell
100100

101+
- name: Setup tmate session
102+
uses: mxschmitt/action-tmate@v3
103+
101104
- name: Run C++ Tests
102105
run: |
103106
cd "$env:GITHUB_WORKSPACE\build"
@@ -120,4 +123,4 @@ jobs:
120123
.\db-example.exe
121124
.\core-example.exe
122125
.\ailego-example.exe
123-
shell: powershell
126+
shell: powershell

0 commit comments

Comments
 (0)