From 1eb4ba92432c0fdab9b07915f83abb31c40b1400 Mon Sep 17 00:00:00 2001 From: Krisztian Szucs Date: Tue, 17 Dec 2024 10:08:08 +0100 Subject: [PATCH] debug window build --- .github/workflows/cpp.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml index 5ccefa32725f3..824a88671f6ed 100644 --- a/.github/workflows/cpp.yml +++ b/.github/workflows/cpp.yml @@ -382,6 +382,8 @@ jobs: run: | call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64 bash -c "ci/scripts/cpp_build.sh $(pwd) $(pwd)/build" + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 - name: Test shell: bash run: |