Skip to content

Commit 14cbe3a

Browse files
committed
Update cpp_extra.yml
1 parent 3272a14 commit 14cbe3a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/cpp_extra.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,14 @@ jobs:
545545
CMAKE_INSTALL_PREFIX: /usr
546546
VCPKG_BINARY_SOURCES: 'clear;nugettimeout,600;nuget,GitHub,readwrite'
547547
steps:
548+
- name: Disable Crash Dialogs
549+
run: |
550+
reg add `
551+
"HKCU\SOFTWARE\Microsoft\Windows\Windows Error Reporting" `
552+
/v DontShowUI `
553+
/t REG_DWORD `
554+
/d 1 `
555+
/f
548556
- name: Checkout Arrow
549557
uses: actions/checkout@v6
550558
with:

0 commit comments

Comments
 (0)