From 12628c679cc294c02cf9203a01a50026f5848d87 Mon Sep 17 00:00:00 2001 From: Nikita Date: Thu, 27 Mar 2025 15:10:57 -0700 Subject: [PATCH] Update builds.yml remove rdi_from_dwarf --- .github/workflows/builds.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 29973c03..423c43d1 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -24,11 +24,9 @@ jobs: call build raddbg clang debug || exit /b 1 call build rdi_from_pdb msvc debug || exit /b 1 call build rdi_from_pdb clang debug || exit /b 1 - call build rdi_from_dwarf msvc debug || exit /b 1 - call build rdi_from_dwarf clang debug || exit /b 1 call build rdi_dump msvc debug || exit /b 1 call build rdi_dump clang debug || exit /b 1 call build radlink msvc debug || exit /b 1 call build radlink clang debug || exit /b 1 call build rdi_breakpad_from_pdb msvc debug || exit /b 1 - call build rdi_breakpad_from_pdb clang debug || exit /b 1 \ No newline at end of file + call build rdi_breakpad_from_pdb clang debug || exit /b 1