delete debug code

This commit is contained in:
Nikita Smith
2026-06-02 12:10:22 -07:00
committed by Ryan Fleury
parent 608c42a261
commit bf1fd5fbe8
-2
View File
@@ -124,8 +124,6 @@ jobs:
shell: cmd shell: cmd
run: | run: |
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64 call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
where clang
clang --version
call run.bat ${{ matrix.compiler }} ${{ matrix.mode }} -- --gen_crash_dump || exit /b 1 call run.bat ${{ matrix.compiler }} ${{ matrix.mode }} -- --gen_crash_dump || exit /b 1
- name: upload torture crash dumps - name: upload torture crash dumps
if: failure() if: failure()