Update builds.yml

remove rdi_from_dwarf
This commit is contained in:
Nikita
2025-03-27 15:10:57 -07:00
committed by GitHub
parent 5ba981357d
commit 12628c679c
-2
View File
@@ -24,8 +24,6 @@ jobs:
call build raddbg clang debug || exit /b 1 call build raddbg clang debug || exit /b 1
call build rdi_from_pdb msvc 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_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 msvc debug || exit /b 1
call build rdi_dump clang debug || exit /b 1 call build rdi_dump clang debug || exit /b 1
call build radlink msvc debug || exit /b 1 call build radlink msvc debug || exit /b 1