Skip to content

Commit

Permalink
Use x86 version of pdbstr to workaround a GitHub Actions issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gorlak committed Oct 7, 2021
1 parent af98668 commit 02cab70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source_index_pdb.bat
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ echo SRCSRV: end ------------------------------------------------ >> source_inde

echo:
echo Adding srcsrv section to %1...
"%ProgramFiles(x86)%\Windows Kits\10\Debuggers\x64\srcsrv\pdbstr.exe" -w -p:%1 -s:srcsrv -i:source_index.txt
:: Using x86 here only because Github Actions has issues https://github.com/actions/virtual-environments/issues/4208
"%ProgramFiles(x86)%\Windows Kits\10\Debuggers\x86\srcsrv\pdbstr.exe" -w -p:%1 -s:srcsrv -i:source_index.txt
echo pdbstr exited with errorlevel %ERRORLEVEL%

popd
Expand Down

0 comments on commit 02cab70

Please sign in to comment.