From dc108d72c1cd253cdbca38423778aa94402569ee Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Sat, 20 Jan 2024 12:06:21 -0800 Subject: [PATCH] Update builds.yml --- .github/workflows/builds.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 39890c02..18f7172c 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -12,9 +12,9 @@ jobs: shell: cmd run: | call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64 - build raddbg msvc debug - build raddbg_from_pdb msvc debug - build raddbg_from_dwarf msvc debug - build raddbg clang debug - build raddbg_from_pdb clang debug - build raddbg_from_dwarf clang debug + call build raddbg msvc debug + call build raddbg_from_pdb msvc debug + call build raddbg_from_dwarf msvc debug + call build raddbg clang debug + call build raddbg_from_pdb clang debug + call build raddbg_from_dwarf clang debug