Skip to content

Commit

Permalink
Update dynamic.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gopalrs authored Dec 6, 2024
1 parent a6f708d commit 597ec46
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/dynamic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ jobs:
with:
fetch-depth: 1
submodules: true
- name: Configure Windows to Generate Crash Dumps
run: |
reg add "HKLM\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps" /f
reg add "HKLM\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps" /v DumpFolder /t REG_EXPAND_SZ /d "%SystemDrive%\\CrashDumps" /f
reg add "HKLM\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps" /v DumpCount /t REG_DWORD /d 10 /f
reg add "HKLM\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps" /v DumpType /t REG_DWORD /d 2 /f
- name: DiskANN Build CLI Applications
uses: ./.github/actions/build

Expand Down

0 comments on commit 597ec46

Please sign in to comment.